| Index: third_party/sqlite/sqlite-src-3070603/src/func.c
|
| diff --git a/third_party/sqlite/src/src/func.c b/third_party/sqlite/sqlite-src-3070603/src/func.c
|
| similarity index 99%
|
| copy from third_party/sqlite/src/src/func.c
|
| copy to third_party/sqlite/sqlite-src-3070603/src/func.c
|
| index ed6a1e809f11035cf5d6ff3b2d5d0312304228e3..6a4f7c09c3d5b315464c61152c861d1f38fba984 100644
|
| --- a/third_party/sqlite/src/src/func.c
|
| +++ b/third_party/sqlite/sqlite-src-3070603/src/func.c
|
| @@ -1114,7 +1114,7 @@ static void trimFunc(
|
| }
|
| }
|
| if( zCharSet ){
|
| - sqlite3_free((void*)azChar);
|
| + sqlite3_free(azChar);
|
| }
|
| }
|
| sqlite3_result_text(context, (char*)zIn, nIn, SQLITE_TRANSIENT);
|
|
|