Index: third_party/sqlite/ext/fts3/fts3_icu.c |
=================================================================== |
--- third_party/sqlite/ext/fts3/fts3_icu.c (revision 48758) |
+++ third_party/sqlite/ext/fts3/fts3_icu.c (working copy) |
@@ -198,7 +198,7 @@ |
while( iStart<iEnd ){ |
int iWhite = iStart; |
- U8_NEXT(pCsr->aChar, iWhite, pCsr->nChar, c); |
+ U16_NEXT(pCsr->aChar, iWhite, pCsr->nChar, c); |
if( u_isspace(c) ){ |
iStart = iWhite; |
}else{ |