diff options
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r-- | libbb/appletlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 13cdb819f..80380ae08 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -99,7 +99,7 @@ static const char *unpack_usage_messages(void) | |||
99 | 99 | ||
100 | static void full_write2_str(const char *str) | 100 | static void full_write2_str(const char *str) |
101 | { | 101 | { |
102 | full_write(STDERR_FILENO, str, strlen(str)); | 102 | xwrite_str(STDERR_FILENO, str); |
103 | } | 103 | } |
104 | 104 | ||
105 | void FAST_FUNC bb_show_usage(void) | 105 | void FAST_FUNC bb_show_usage(void) |