diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-10-25 16:12:58 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-10-25 16:12:58 +0000 |
commit | f284e2db9fd5ffa61a4e3f008ee43a099d3bcf6c (patch) | |
tree | 846e6d41f2b614fc5b29183928df8aa8d91a2a92 | |
parent | 7843a2ecd03eb2fad0d4e2ed6bad695bae4fd7b2 (diff) |
entered into RCS
-rw-r--r-- | ufs-fsck/pass5.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ufs-fsck/pass5.c b/ufs-fsck/pass5.c index 323ae48e..dccd2140 100644 --- a/ufs-fsck/pass5.c +++ b/ufs-fsck/pass5.c @@ -376,7 +376,8 @@ pass5 () } if (writesb) - writeblock (SBLOCK, &sblock, SBSIZE); + writeblock (SBLOCK, sblock, SBSIZE); + if (writecsum) { struct csum *test; |