diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/applets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/applets.c b/applets/applets.c index 5b7b88a..f91884b 100644 --- a/applets/applets.c +++ b/applets/applets.c @@ -526,7 +526,7 @@ static void install_links(const char *busybox, int use_symbolic_links) applets[i].name); rc = lf(busybox, fpc); if (rc != 0 && errno != EEXIST) { - bb_perror_msg("%s", fpc); + bb_simple_perror_msg(fpc); } free(fpc); } |