diff options
Diffstat (limited to 'coreutils/stat.c')
-rw-r--r-- | coreutils/stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/stat.c b/coreutils/stat.c index 1267df450..1e93dce80 100644 --- a/coreutils/stat.c +++ b/coreutils/stat.c | |||
@@ -445,7 +445,7 @@ static void print_it(const char *masterformat, | |||
445 | 445 | ||
446 | /* print preceding string */ | 446 | /* print preceding string */ |
447 | *p = '\0'; | 447 | *p = '\0'; |
448 | fputs(b, stdout); | 448 | fputs_stdout(b); |
449 | 449 | ||
450 | p += len; | 450 | p += len; |
451 | b = p + 1; | 451 | b = p + 1; |