commit | 56cbd19b1b8a42a0011be78aa1051304bc57127d | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Fri Jul 11 06:20:41 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jul 10 20:43:44 2014 +0000 |
tree | d59d1074fadfd72ee4a12f31aa1bf6a91d8114ff | |
parent | 8098114c904923d187368a331ed34a9f2d98cac5 [diff] | |
parent | 3cbea9f0565b0b3a3d5688a3c06ab4651cac7849 [diff] |
Merge "Fix build."
diff --git a/toolbox/grep/util.c b/toolbox/grep/util.c index c1c17e4..ecd948d 100644 --- a/toolbox/grep/util.c +++ b/toolbox/grep/util.c
@@ -324,7 +324,7 @@ 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 &&