X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=restore%2Frestore.c;fp=restore%2Frestore.c;h=c87b532d39cfc9046650febb5195e17400a2b4ef;hb=3c2c604b3b2a51fa1717a2212b5fed9145b51cd1;hp=67a8465904dd26f81a911f249cd7cc8e0c80b77a;hpb=e51ce2a131f4a894dc54226c188fa27718bc687c;p=debian%2Fdump diff --git a/restore/restore.c b/restore/restore.c index 67a8465..c87b532 100644 --- a/restore/restore.c +++ b/restore/restore.c @@ -37,7 +37,7 @@ #ifndef lint static const char rcsid[] = - "$Id: restore.c,v 1.37 2005/07/07 09:16:08 stelian Exp $"; + "$Id: restore.c,v 1.38 2008/04/17 15:22:56 stelian Exp $"; #endif /* not lint */ #include @@ -716,7 +716,6 @@ compareleaves(void) if (first != curfile.ino) { fprintf(stderr, "expected next file %ld, got %lu\n", (long)first, (unsigned long)curfile.ino); - do_compare_error; skipfile(); goto next; }