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 | 04652651536e99c8c56e127fbc76d7619e5e0ed5 (patch) | |
tree | 395d73f9009451ec04a71ce7dd47a5075f3e0c6f | |
parent | 3b8cfbbf7a39317399b6afd14c5b502d287e27a5 (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; |