NULL looks better than (char *)0 unless we're passing
an unprototyped argument to a function.
This commit is contained in:
parent
b943b3c4ae
commit
385f9bf07c
@ -2526,7 +2526,7 @@ renamefrom(char *name)
|
||||
}
|
||||
if (lstat(name, &st) < 0) {
|
||||
perror_reply(550, name);
|
||||
return ((char *)0);
|
||||
return (NULL);
|
||||
}
|
||||
reply(350, "File exists, ready for destination name");
|
||||
return (name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user