]> git.wh0rd.org - dump.git/blobdiff - restore/restore.c
New config.guess and config.sub version, + minor cleanup.
[dump.git] / restore / restore.c
index c0e6b328fa0e1e46f0da72e7b1952e10bc8133fc..0be2db19a30c4052b2572437ef37f6a6c4b3da72 100644 (file)
@@ -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 <config.h>
@@ -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);