Closed jepler closed 1 year ago
Your analysis is absolutely correct.
The patch
--- a/src/zip.c
+++ b/src/zip.c
@@ -77 +77 @@
- if (line[0] != '-' && line[0] != 'd' && line[0] != 'l')
+ if (line[0] != '-' && line[0] != 'd' && line[0] != 'l' && line[0] != '?')
will be applied shortly.
thank you!
I noticed that some zip files were not opening in xarchiver. While I encountered this in xarchiver 0.5.4.20 on Debian Bookworm I verified it in 0.5.4.21 built from github.
The file in question is an artifact produced by github actions bundles.zip
It looks like the problem may be that
unzip -Z -l
shows "?" in the first column rather than "-":unzip is from debian: