Skip to content

Commit

Permalink
Fix manifest transposition
Browse files Browse the repository at this point in the history
  • Loading branch information
tasket committed Nov 14, 2018
1 parent a5239e9 commit 13e6e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparsebak.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def record_to_vm(send_all = False):
else: # record zero-length file
print("______", end="\x0d")
buf = bytes(0)
print(destfile, 0, file=hashf)
print(0, destfile, file=hashf)
zcount += 1

# Start tar stream
Expand Down

0 comments on commit 13e6e30

Please sign in to comment.