Use '0' instead of NULL when we mean the integer constant 0 and not a
"null pointer expression".
This commit is contained in:
parent
ce66ddb763
commit
0b0fe61dfb
@ -458,7 +458,7 @@ nodeupdates(char *name, 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:
|
||||
fprintf(stderr, "%s: (inode %d) not found on tape\n",
|
||||
name, ino);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user