grep: Fix type.

Obtained from:	NetBSD (CVS rev. 1.17)
MFC after:	3 days
This commit is contained in:
Pedro F. Giffuni 2014-07-17 14:51:50 +00:00
parent 35e6436e38
commit 78bef01fe4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268798

View File

@ -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 &&