Merge "Fix build."
This commit is contained in:
commit
56cbd19b1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 &&
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue