aboutsummaryrefslogtreecommitdiff
path: root/miscutils/chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/chat.c')
-rw-r--r--miscutils/chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/chat.c b/miscutils/chat.c
index 5183d1369..a04565063 100644
--- a/miscutils/chat.c
+++ b/miscutils/chat.c
@@ -307,7 +307,7 @@ int chat_main(int argc UNUSED_PARAM, char **argv)
307 } else if (DIR_SAY == key) { 307 } else if (DIR_SAY == key) {
308 // just print argument verbatim 308 // just print argument verbatim
309 // TODO: should we use full_write() to avoid unistd/stdio conflict? 309 // TODO: should we use full_write() to avoid unistd/stdio conflict?
310 bb_error_msg("%s", arg); 310 bb_simple_error_msg(arg);
311 } 311 }
312 // next, please! 312 // next, please!
313 argv++; 313 argv++;