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

Unified Diff: third_party/sqlite/src/ext/fts3/fts3_term.c

Issue 1610963002: Import SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
Index: third_party/sqlite/src/ext/fts3/fts3_term.c
diff --git a/third_party/sqlite/src/ext/fts3/fts3_term.c b/third_party/sqlite/src/ext/fts3/fts3_term.c
index c49d5cb65d7f86ab82dc822a67da4df78c2673d1..7edd0728925551ebe56238d541e44c8b15b8ba2e 100644
--- a/third_party/sqlite/src/ext/fts3/fts3_term.c
+++ b/third_party/sqlite/src/ext/fts3/fts3_term.c
@@ -81,7 +81,7 @@ static int fts3termConnectMethod(
/* The user should specify a single argument - the name of an fts3 table. */
if( argc!=4 ){
- *pzErr = sqlite3_mprintf(
+ sqlite3Fts3ErrMsg(pzErr,
"wrong number of arguments to fts4term constructor"
);
return SQLITE_ERROR;
« no previous file with comments | « third_party/sqlite/src/ext/fts3/fts3_snippet.c ('k') | third_party/sqlite/src/ext/fts3/fts3_tokenize_vtab.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698