1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Draft fix for an fsdir() issue reported via the mailing list.

FossilOrigin-Name: 48641010c24bf37f13d68c4d19c5c3e9b41404af12a4947705cc53a31db04178
This commit is contained in:
mistachkin
2018-03-15 05:25:57 +00:00
parent 20a1f35928
commit 093d63bf34
3 changed files with 12 additions and 9 deletions

View File

@ -496,6 +496,7 @@ static void fsdirResetCursor(fsdir_cursor *pCur){
pCur->zPath = 0;
pCur->zBase = 0;
pCur->nBase = 0;
pCur->nLvl = 0;
pCur->iLvl = -1;
pCur->iRowid = 1;
}