diff options
Diffstat (limited to 'src/stat.c')
-rw-r--r-- | src/stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stat.c b/src/stat.c index b19929fe9..455f1c709 100644 --- a/src/stat.c +++ b/src/stat.c @@ -576,7 +576,7 @@ print_it (char const *masterformat, char const *filename, { case '\0': case '%': - fputs ("%", stdout); + putchar ('%'); break; default: print_func (dest, *p, filename, data); |