xz: Fix a too relaxed assertion and remove uses of SSIZE_MAX.
commitf7093cd9d130477c234b40aeda613964171f8f21
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 31 Aug 2023 15:14:43 +0000 (31 18:14 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 31 Aug 2023 15:14:43 +0000 (31 18:14 +0300)
tree8b53439f7bf7f1fda7605d402720008ad57392e1
parent74c3449d8b816a724b12ebce7417e00fb597309a
xz: Fix a too relaxed assertion and remove uses of SSIZE_MAX.

SSIZE_MAX isn't readily available on MSVC. Removing it means
that there is one thing less to worry when porting to MSVC.
src/xz/file_io.c
src/xz/file_io.h