X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/80f396c977d664dfb8d29411a3cd64393764c166..98c2e7d95bda262ef23e8f0838e5b86d08ed4e4f:/uip/flist.c diff --git a/uip/flist.c b/uip/flist.c index 383c655d..3af4dfef 100644 --- a/uip/flist.c +++ b/uip/flist.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;