1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2024-11-15 12:58:38 +00:00
tar-split/tar
Vincent Batts b6372414e5
tar/asm: don't add a padding entry if it has no bytes
Fixes #65

if the read bytes is 0, then don't even create the entry for that
padding.
This sounds like the solution for the issue opened, but I haven't found
a reproducer for this issue yet. :-\

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2023-07-21 09:02:43 -04:00
..
asm tar/asm: don't add a padding entry if it has no bytes 2023-07-21 09:02:43 -04:00
storage chore: remove refs to deprecated io/ioutil 2023-07-20 23:00:46 +08:00