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 073b2c67b..a8393468e 100644 --- a/coreutils/stat.c +++ b/coreutils/stat.c | |||
@@ -439,7 +439,7 @@ static void print_it(const char *masterformat, | |||
439 | 439 | ||
440 | /* print preceding string */ | 440 | /* print preceding string */ |
441 | *p = '\0'; | 441 | *p = '\0'; |
442 | fputs(b, stdout); | 442 | fputs_stdout(b); |
443 | 443 | ||
444 | p += len; | 444 | p += len; |
445 | b = p + 1; | 445 | b = p + 1; |