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)
commit7b159cecc50ea853bcfc7c9c45dfa437fbef66b4
treeb8bee9f240b4457326f4283c51bc0aef31df2e96
parent8d7983955c13e43c2901480cdbc60752d533062b
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