diff options
Diffstat (limited to 'init/mesg.c')
-rw-r--r-- | init/mesg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/mesg.c b/init/mesg.c index e182b4153..1a576cb37 100644 --- a/init/mesg.c +++ b/init/mesg.c @@ -40,7 +40,7 @@ int mesg_main(int argc, char **argv) return EXIT_SUCCESS; } } - bb_perror_msg_and_die("%s", tty); + bb_simple_perror_msg_and_die(tty); } bb_show_usage(); } |