diff options
Diffstat (limited to 'src/rc-depend.c')
-rw-r--r-- | src/rc-depend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc-depend.c b/src/rc-depend.c index 9c870448..c5e9e662 100644 --- a/src/rc-depend.c +++ b/src/rc-depend.c @@ -96,7 +96,7 @@ int rc_depend (int argc, char **argv) int opt; char *token; - applet = cbasename (argv[0]); + applet = basename_c (argv[0]); while ((opt = getopt_long (argc, argv, getoptstring, longopts, (int *) 0)) != -1) |