fsutil: Fix writing end-of-archive marker.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 10 May 2020 15:57:52 +0000 (15:57 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 10 May 2020 15:57:52 +0000 (15:57 +0000)
This code was supposed to write two sectors but instead it wrote the same
sector twice.

Thanks to Grant A Shurtz for reporting this bug.


No differences found