You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The long filename header has size as 512 and we're adding a zero-block @io.write("\0" * (512 - (long_name.length % 512))), so tar is expecting one more zero-block for file ending.
The text was updated successfully, but these errors were encountered:
bv-vijay
added a commit
to bv-vijay/minitar
that referenced
this issue
Aug 25, 2023
The long filename header has
size
as512
and we're adding a zero-block@io.write("\0" * (512 - (long_name.length % 512)))
, so tar is expecting one more zero-block for file ending.The text was updated successfully, but these errors were encountered: