X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e903b81df0e36dde59d6b6441eb49704380f94f4..9322ba2854211794c27fae9468768b80b767c211:/uip/folder.c diff --git a/uip/folder.c b/uip/folder.c index 87e18a16..10c9290a 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -118,7 +118,7 @@ main (int argc, char **argv) * If program was invoked with name ending * in `s', then add switch `-all'. */ - all = HasSuffixC(argv[0], 's'); + all = has_suffix_c(argv[0], 's'); arguments = getarguments (invo_name, argc, argv, 1); argp = arguments;