BUG - First character of filenames missing after extraction #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps to reproduce
first.txtandsecond.txtpar archive.par first.txt second.txttxtfilespar -x archive.parExpected outcome
Two files named
first.txtandsecond.txt.Observed outcome
The two extracted files are named
irst.txtandecond.txt. This doesnt happen when the files are inside a folder prior to archive creation (e.gpar archive2.par dummy/*): in that case the filenames after extraction are complete.In both cases data inside the files seem to be correctly preserved.
Additional data
Hexdump of
archive.par:Hexdump of
archive2.par:Fixed by
0f61e9f2c0.