| Index: third_party/sqlite/sqlite-src-3100200/ext/fts3/fts3_term.c
|
| diff --git a/third_party/sqlite/sqlite-src-3080704/ext/fts3/fts3_term.c b/third_party/sqlite/sqlite-src-3100200/ext/fts3/fts3_term.c
|
| similarity index 99%
|
| copy from third_party/sqlite/sqlite-src-3080704/ext/fts3/fts3_term.c
|
| copy to third_party/sqlite/sqlite-src-3100200/ext/fts3/fts3_term.c
|
| index c49d5cb65d7f86ab82dc822a67da4df78c2673d1..7edd0728925551ebe56238d541e44c8b15b8ba2e 100644
|
| --- a/third_party/sqlite/sqlite-src-3080704/ext/fts3/fts3_term.c
|
| +++ b/third_party/sqlite/sqlite-src-3100200/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;
|
|
|