diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-27 15:58:12 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-27 15:58:12 +0000 |
commit | 8bd45f0f1728824237681e04b043ff7cc5e588fe (patch) | |
tree | 44349573dd7e72ae61f5acef66c852c982f00426 | |
parent | 8eb870e88b05f5a1043cc55b3deb44f7d1ee3418 (diff) |
Formerly bmap.c.~5~
-rw-r--r-- | ufs/bmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ fetch_indir_spec (struct node *np, volatile daddr_t lbn, else { indirs[1].offset = -1; - indirs[1].bno = di->di_ib[INDIR_DOUBLE]; + indirs[1].bno = di->di_ib[INDIR_SINGLE]; } if (indirs[1].bno) |