diff options
Diffstat (limited to 'miscutils/chat.c')
-rw-r--r-- | miscutils/chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/chat.c b/miscutils/chat.c index 5183d13..a045650 100644 --- a/miscutils/chat.c +++ b/miscutils/chat.c @@ -307,7 +307,7 @@ int chat_main(int argc UNUSED_PARAM, char **argv) } else if (DIR_SAY == key) { // just print argument verbatim // TODO: should we use full_write() to avoid unistd/stdio conflict? - bb_error_msg("%s", arg); + bb_simple_error_msg(arg); } // next, please! argv++; |