| Index: third_party/sqlite/sqlite-src-3100200/ext/fts3/fts3_porter.c
|
| diff --git a/third_party/sqlite/sqlite-src-3080704/ext/fts3/fts3_porter.c b/third_party/sqlite/sqlite-src-3100200/ext/fts3/fts3_porter.c
|
| similarity index 99%
|
| copy from third_party/sqlite/sqlite-src-3080704/ext/fts3/fts3_porter.c
|
| copy to third_party/sqlite/sqlite-src-3100200/ext/fts3/fts3_porter.c
|
| index db175acdbbea8e1c6d29c40aeafc874b0edf0eb2..8fb4c25daa0a9ff27d0f3699ff6bd7e0a6e4c3a5 100644
|
| --- a/third_party/sqlite/sqlite-src-3080704/ext/fts3/fts3_porter.c
|
| +++ b/third_party/sqlite/sqlite-src-3100200/ext/fts3/fts3_porter.c
|
| @@ -183,7 +183,7 @@ static int isVowel(const char *z){
|
| ** by a consonant.
|
| **
|
| ** In this routine z[] is in reverse order. So we are really looking
|
| -** for an instance of of a consonant followed by a vowel.
|
| +** for an instance of a consonant followed by a vowel.
|
| */
|
| static int m_gt_0(const char *z){
|
| while( isVowel(z) ){ z++; }
|
|
|