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 e5375a61a..80ef92079 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c | |||
@@ -453,7 +453,7 @@ static unsigned print_name(const char *name) | |||
453 | name = printable_string2(&uni_stat, name); | 453 | name = printable_string2(&uni_stat, name); |
454 | 454 | ||
455 | if (!(option_mask32 & OPT_Q)) { | 455 | if (!(option_mask32 & OPT_Q)) { |
456 | fputs(name, stdout); | 456 | fputs_stdout(name); |
457 | return uni_stat.unicode_width; | 457 | return uni_stat.unicode_width; |
458 | } | 458 | } |
459 | 459 | ||