]> git.ipfire.org Git - thirdparty/xz.git/commit
xz: Use ssize_t for the to-be-ignored return value from write(fd, ptr, 1).
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 12 Jan 2023 04:05:58 +0000 (06:05 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 11 Mar 2023 19:45:26 +0000 (21:45 +0200)
commit6df383be4a22963e87ee06f9ac630d4c0ed927c9
tree33d2969dc83c543f6123712eb5339cfc9263c941
parent2ca95b7cfea589fa7c79c38b99deafc44d851803
xz: Use ssize_t for the to-be-ignored return value from write(fd, ptr, 1).

It makes no difference here as the return value fits into an int
too and it then gets ignored but this looks better.
src/xz/file_io.c