diff options
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r-- | coreutils/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c index 2f9338f19..e891a67ce 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c | |||
@@ -456,7 +456,7 @@ static unsigned print_name(const char *name) | |||
456 | name = printable_string2(&uni_stat, name); | 456 | name = printable_string2(&uni_stat, name); |
457 | 457 | ||
458 | if (!(option_mask32 & OPT_Q)) { | 458 | if (!(option_mask32 & OPT_Q)) { |
459 | fputs(name, stdout); | 459 | fputs_stdout(name); |
460 | return uni_stat.unicode_width; | 460 | return uni_stat.unicode_width; |
461 | } | 461 | } |
462 | 462 | ||