diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1995-10-16 18:32:35 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1995-10-16 18:32:35 +0000 |
| commit | 81e236a01cd62d97eb149355aa2b7e8ab38d01e0 (patch) | |
| tree | 2acd0ac41563a82672d424543f251b4f11c28690 /usr.bin/find/function.c | |
| parent | 3d1f141b2394649c285cb064a4f8a858f407b78d (diff) | |
Notes
Diffstat (limited to 'usr.bin/find/function.c')
| -rw-r--r-- | usr.bin/find/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index c316b9df5eac..92892bad2024 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -783,7 +783,7 @@ f_print(plan, entry) PLAN *plan; FTSENT *entry; { - (void)printf("%s\n", entry->fts_path); + (void)puts(entry->fts_path); return (1); } |
