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)
commit83855d769a0a09dd9f2bfdd74f1b5f8a23a1bd7e
tree2e4224ae31913ec82e2abe4cdf8b1da97ba0de2c
parent520ff4dd2a106a4d4a21468a72ba820c8ea7d242
fsutil: Fix writing end-of-archive marker.

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.
src/filesys/fsutil.c