| Index: third_party/sqlite/sqlite-src-3100200/src/test_onefile.c
|
| diff --git a/third_party/sqlite/sqlite-src-3080704/src/test_onefile.c b/third_party/sqlite/sqlite-src-3100200/src/test_onefile.c
|
| similarity index 99%
|
| copy from third_party/sqlite/sqlite-src-3080704/src/test_onefile.c
|
| copy to third_party/sqlite/sqlite-src-3100200/src/test_onefile.c
|
| index 69867441b8cc9a621af32413fc63da80993764f4..122be700e6406ff0184190b3e89b339341bc3fe7 100644
|
| --- a/third_party/sqlite/sqlite-src-3080704/src/test_onefile.c
|
| +++ b/third_party/sqlite/sqlite-src-3100200/src/test_onefile.c
|
| @@ -595,9 +595,9 @@ static int fsOpen(
|
| int rc = SQLITE_OK;
|
|
|
| if( 0==(flags&(SQLITE_OPEN_MAIN_DB|SQLITE_OPEN_MAIN_JOURNAL)) ){
|
| - tmp_file *p = (tmp_file *)pFile;
|
| - memset(p, 0, sizeof(*p));
|
| - p->base.pMethods = &tmp_io_methods;
|
| + tmp_file *p2 = (tmp_file *)pFile;
|
| + memset(p2, 0, sizeof(*p2));
|
| + p2->base.pMethods = &tmp_io_methods;
|
| return SQLITE_OK;
|
| }
|
|
|
|
|