From 8a25d2f703384a4daf5e48c6343aabf1723a1e66 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Fri, 20 May 2016 11:35:28 +0200 Subject: [PATCH] update for lastest bctoolbox --- coreapi/sqlite3_bctbx_vfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/coreapi/sqlite3_bctbx_vfs.c b/coreapi/sqlite3_bctbx_vfs.c index 940dfff2b..04203ed2c 100644 --- a/coreapi/sqlite3_bctbx_vfs.c +++ b/coreapi/sqlite3_bctbx_vfs.c @@ -267,7 +267,6 @@ static int sqlite3bctbx_Open(sqlite3_vfs *pVfs, const char *fName, sqlite3_file *pOutFlags = flags; } pFile->base.pMethods = &sqlite3_bctbx_io; - pFile->pbctbx_file->filename = (char*)fName; return SQLITE_OK; }