diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2013-02-04 10:05:55 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2013-02-04 10:05:55 +0000 |
| commit | 3306f972bf2ee6256c2aa3e60552c5b83e1f2f23 (patch) | |
| tree | c4e5bcee6d336bfdcd70c50866745bca1b0c3f90 /usr.bin/join | |
| parent | b9f7a584fd3539e0defc22e7d2f0fd421ec6842e (diff) | |
Notes
Diffstat (limited to 'usr.bin/join')
| -rw-r--r-- | usr.bin/join/join.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c index 97bb4cf2b8a97..afa7cbc9ffd25 100644 --- a/usr.bin/join/join.c +++ b/usr.bin/join/join.c @@ -516,7 +516,7 @@ static void outfield(LINE *lp, u_long fieldno, int out_empty) { if (needsep++) - (void)printf("%lc", *tabchar); + (void)printf("%lc", (wint_t)*tabchar); if (!ferror(stdout)) { if (lp->fieldcnt <= fieldno || out_empty) { if (empty != NULL) |
