Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: third_party/sqlite/safe-tolower.patch

Issue 209058: Update documentation on how to merge in new SQLite versions. No code change. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« third_party/sqlite/README.chromium ('K') | « third_party/sqlite/misc.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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){
« third_party/sqlite/README.chromium ('K') | « third_party/sqlite/misc.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698