| Index: third_party/sqlite/safe-tolower.patch
|
| ===================================================================
|
| --- third_party/sqlite/safe-tolower.patch (revision 26826)
|
| +++ third_party/sqlite/safe-tolower.patch (working copy)
|
| @@ -73,7 +73,7 @@
|
| ===================================================================
|
| --- ext/fts2/fts2.c 2009-09-04 13:37:41.000000000 -0700
|
| +++ ext/fts2/fts2.c 2009-09-14 18:17:02.000000000 -0700
|
| -@@ -348,7 +372,7 @@
|
| +@@ -372,7 +372,7 @@
|
| return (c&0x80)==0 ? isspace(c) : 0;
|
| }
|
| static int safe_tolower(char c){
|
|
|