summaryrefslogtreecommitdiff
path: root/ufs-fsck/pass5.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-10-25 16:12:58 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-10-25 16:12:58 +0000
commit04652651536e99c8c56e127fbc76d7619e5e0ed5 (patch)
tree395d73f9009451ec04a71ce7dd47a5075f3e0c6f /ufs-fsck/pass5.c
parent3b8cfbbf7a39317399b6afd14c5b502d287e27a5 (diff)
entered into RCS
Diffstat (limited to 'ufs-fsck/pass5.c')
-rw-r--r--ufs-fsck/pass5.c3
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;