X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Frestore.c;h=0be2db19a30c4052b2572437ef37f6a6c4b3da72;hp=c0e6b328fa0e1e46f0da72e7b1952e10bc8133fc;hb=94616addaa56883f49e6c1b5834af0e1a6952f93;hpb=9ce019288739ce7b6d3e3a4664303a5200b539ad diff --git a/restore/restore.c b/restore/restore.c index c0e6b32..0be2db1 100644 --- a/restore/restore.c +++ b/restore/restore.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: restore.c,v 1.16 2001/04/12 13:14:15 stelian Exp $"; + "$Id: restore.c,v 1.17 2001/04/26 08:28:29 stelian Exp $"; #endif /* not lint */ #include @@ -497,7 +497,7 @@ nodeupdates(char *name, dump_ino_t ino, int type) * for it, we discard the name knowing that it will be on the * next incremental tape. */ - case NULL: + case 0: if (compare_ignore_not_found) break; fprintf(stderr, "%s: (inode %lu) not found on tape\n", name, (unsigned long)ino);