diff options
Diffstat (limited to 'src/fstabinfo.c')
-rw-r--r-- | src/fstabinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fstabinfo.c b/src/fstabinfo.c index 56957c47..5f8e469a 100644 --- a/src/fstabinfo.c +++ b/src/fstabinfo.c @@ -128,7 +128,7 @@ int fstabinfo (int argc, char **argv) char *file; bool filtered = false; - applet = cbasename (argv[0]); + applet = basename_c (argv[0]); /* Ensure that we are only quiet when explicitly told to be */ unsetenv ("EINFO_QUIET"); |