summaryrefslogtreecommitdiffstats
path: root/third_party/sqlite/safe-tolower.patch
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/sqlite/safe-tolower.patch')
-rw-r--r--third_party/sqlite/safe-tolower.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/sqlite/safe-tolower.patch b/third_party/sqlite/safe-tolower.patch
index 08ebb31..c42bb06 100644
--- a/third_party/sqlite/safe-tolower.patch
+++ b/third_party/sqlite/safe-tolower.patch
@@ -73,7 +73,7 @@ Index: ext/fts2/fts2.c
===================================================================
--- 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){