X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Frestore.c;h=c87b532d39cfc9046650febb5195e17400a2b4ef;hp=67a8465904dd26f81a911f249cd7cc8e0c80b77a;hb=03dbfe054895f3654586eb1563f6baf4dd893890;hpb=df3d2ef98b911ebb7a7b7c6137e60e28eb39e5f1 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; }