diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-07-17 14:51:50 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-07-17 14:51:50 +0000 |
| commit | 78bef01fe4ebdf88315cc05b43ba637057f7bd20 (patch) | |
| tree | 1ad10994e2cd7abaff078148200f9b8ae058ecb8 /usr.bin | |
| parent | 35e6436e3898639f862412a338938449e379d93e (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/grep/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/grep/util.c b/usr.bin/grep/util.c index 15b2da74e492..3ec12fa75203 100644 --- a/usr.bin/grep/util.c +++ b/usr.bin/grep/util.c @@ -302,7 +302,7 @@ procline(struct str *l, int nottext) r = REG_NOMATCH; /* Check for whole word match */ if (r == 0 && (wflag || fg_pattern[i].word)) { - wint_t wbegin, wend; + wchar_t wbegin, wend; wbegin = wend = L' '; if (pmatch.rm_so != 0 && |
