* commit 'ce61f74f153c7d185d1a3d5e2d6dc02ccf768963': Fix build.
This commit is contained in:
commit
611dceecd5
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ procline(struct str *l, int nottext)
|
|||
continue;
|
||||
/* Check for whole word match */
|
||||
if (fg_pattern[i].word && pmatch.rm_so != 0) {
|
||||
wint_t wbegin, wend;
|
||||
wchar_t wbegin, wend;
|
||||
|
||||
wbegin = wend = L' ';
|
||||
if (pmatch.rm_so != 0 &&
|
||||
|
|
Loading…
Reference in a new issue