diff options
-rw-r--r-- | lib/getmountlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getmountlist.c b/lib/getmountlist.c index 7a431010..332852a8 100644 --- a/lib/getmountlist.c +++ b/lib/getmountlist.c @@ -19,7 +19,7 @@ void comma_args(struct arg_list *al, void *data, char *err, arg = al->arg; while ((next = comma_iterate(&arg, &len))) if ((next = callback(data, next, len))) - perror_exit("%s '%s'\n%*c", err, al->arg, + error_exit("%s '%s'\n%*c", err, al->arg, (int)(5+strlen(toys.which->name)+strlen(err)+next-al->arg), '^'); al = al->next; } |