Merge "Fix build."

This commit is contained in:
Christopher Ferris 2014-07-11 06:20:41 +00:00 committed by Gerrit Code Review
commit 56cbd19b1b

View file

@ -324,7 +324,7 @@ procline(struct str *l, int nottext)
continue; continue;
/* Check for whole word match */ /* Check for whole word match */
if (fg_pattern[i].word && pmatch.rm_so != 0) { if (fg_pattern[i].word && pmatch.rm_so != 0) {
wint_t wbegin, wend; wchar_t wbegin, wend;
wbegin = wend = L' '; wbegin = wend = L' ';
if (pmatch.rm_so != 0 && if (pmatch.rm_so != 0 &&