X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;ds=sidebyside;f=restore%2Frestore.c;h=c96fe6c7f08f1b86c8613ee0feeacce9336c505e;hb=9d8b11d7653be6f936234e8e71e003a18c6cdd4d;hp=8f0cfd5cab105dffa9600e33e780036472511e3a;hpb=40df6a0e578b56977f18c2a960f3fd30c4c78e60;p=dump.git diff --git a/restore/restore.c b/restore/restore.c index 8f0cfd5..c96fe6c 100644 --- a/restore/restore.c +++ b/restore/restore.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: restore.c,v 1.22 2002/01/16 09:32:14 stelian Exp $"; + "$Id: restore.c,v 1.23 2002/01/16 10:53:28 stelian Exp $"; #endif /* not lint */ #include @@ -870,7 +870,7 @@ createfiles(void) if (!pipein) getvol((long)0); if (curfile.ino == maxino) { - next = lowerbnd(next); + next = lowerbnd(first); while (next < curfile.ino) { ep = lookupino(next); if (ep == NULL)