diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/os.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -138,6 +138,7 @@ int sqlite3OsFullPathname( int nPathOut, char *zPathOut ){ + zPathOut[0] = 0; return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut); } #ifndef SQLITE_OMIT_LOAD_EXTENSION |