Stop using TRUE and FALSE for exit status.
This commit is contained in:
@ -40,5 +40,5 @@ extern int dirname_main(int argc, char **argv)
|
||||
if (s && *s)
|
||||
*s = '\0';
|
||||
printf("%s\n", (s)? *argv : ".");
|
||||
return(TRUE);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user