X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump%2Fmain.c;h=bdc31f4f9550600c47c2a05c1c32a58c37a322b2;hp=5262d690fc1094bfbf874f12cce19f0d50603166;hb=8096304ebfb616914df99e42e4dd78dbce667188;hpb=e95b2affb2821b46ed369d8a13b86ee19d670645 diff --git a/dump/main.c b/dump/main.c index 5262d69..bdc31f4 100644 --- a/dump/main.c +++ b/dump/main.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.62 2001/11/11 00:12:48 stelian Exp $"; + "$Id: main.c,v 1.63 2002/01/05 23:23:02 stelian Exp $"; #endif /* not lint */ #include @@ -675,7 +675,7 @@ main(int argc, char *argv[]) tp_bshift = ffs(TP_BSIZE) - 1; if (TP_BSIZE != (1 << tp_bshift)) quit("TP_BSIZE (%d) is not a power of 2", TP_BSIZE); - maxino = fs->super->s_inodes_count; + maxino = fs->super->s_inodes_count + 1; #if 0 spcl.c_flags |= DR_NEWINODEFMT; #endif