]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Revert "Use proper Create OS value on Windows to fix archive charset detection (...
authorTim Kientzle <kientzle@acm.org>
Mon, 28 Oct 2024 02:34:51 +0000 (19:34 -0700)
committerGitHub <noreply@github.com>
Mon, 28 Oct 2024 02:34:51 +0000 (19:34 -0700)
commite36d6fe935f7c96f4af649eae86fbba8e56e654a
treeee93054cb6f240973a69e440aac94696495075e2
parent87fa7336799e44e1c4b4638056bf780173e3eca4
Revert "Use proper Create OS value on Windows to fix archive charset detection (#2240) (#2401)

Two problems are prompting this revert:

* In order to change the Create OS value to "Windows", we would need to
record other data (such as `external_attributes`) in Windows format as
well.

* Changing the Create OS value doesn't actually fix the
filename-encoding issue that originally motivated this PR

This reverts commit 755af84301adc4262722a4c88671a8d0a1c83fae.
libarchive/archive_write_set_format_zip.c