]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Change error message from "fwrite function failed" to "write function failed" 2677/head
authorRose <gfunni234@gmail.com>
Thu, 19 Jun 2025 16:00:23 +0000 (12:00 -0400)
committerRose <gfunni234@gmail.com>
Thu, 19 Jun 2025 18:44:43 +0000 (14:44 -0400)
commit40a89c7379213a1c9d04a098fd409ce9bd85c761
tree91289fb86f6d3a34ee5412818349c147f711697d
parent6a252c84a283789af4bf060b5d750840472dbdb2
Change error message from "fwrite function failed" to "write function failed"

We are checking the return value from write, not fwrite, so this message is wrong.
libarchive/archive_write_set_format_7zip.c
libarchive/archive_write_set_format_xar.c