1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Fix compiler warnings about unused code in spellfix. Fix the editDist3Core()

routine to return the matchlen in characters instead of bytes.

FossilOrigin-Name: f96d4e7bd7d81b05b1490bf5d79c77ff583e444c
This commit is contained in:
drh
2012-07-16 22:16:44 +00:00
parent b4a553e7f0
commit 13a2bed309
4 changed files with 20 additions and 15 deletions

View File

@@ -1381,8 +1381,6 @@ static int register_spellfix_module(
int objc,
Tcl_Obj *CONST objv[]
){
static sqlite3_module aMod[3];
int iMod;
sqlite3 *db;
if( objc!=2 ){