diff options
Diffstat (limited to 'coreutils/uudecode.c')
-rw-r--r-- | coreutils/uudecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c index 164b208ea..02b037276 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c | |||
@@ -319,7 +319,7 @@ int baseNUM_main(int argc UNUSED_PARAM, char **argv) | |||
319 | } | 319 | } |
320 | 320 | ||
321 | if (col == 0) { | 321 | if (col == 0) { |
322 | fputs(dst_buf, stdout); | 322 | fputs_stdout(dst_buf); |
323 | } else { | 323 | } else { |
324 | char *result = dst_buf; | 324 | char *result = dst_buf; |
325 | if (rem == 0) | 325 | if (rem == 0) |