aboutsummaryrefslogtreecommitdiff
path: root/src/rc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc.c')
-rw-r--r--src/rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc.c b/src/rc.c
index 7a33e64e..001e2cc9 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -809,7 +809,7 @@ int main (int argc, char **argv)
bool parallel;
int regen = 0;
- applet = cbasename (argv[0]);
+ applet = basename_c (argv[0]);
atexit (cleanup);
if (! applet)
eerrorx ("arguments required");