1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-15 11:41:13 +03:00

Tweaks to comments in pager.c. Fix two compiler warnings.

FossilOrigin-Name: 68a49f7fe382e4d36e1259cdeec956c942906ddb
This commit is contained in:
drh
2010-08-14 12:42:45 +00:00
parent c7d6156d8e
commit e5918c62e9
4 changed files with 52 additions and 28 deletions

View File

@@ -494,7 +494,7 @@ static int statFilter(
){
StatCursor *pCsr = (StatCursor *)pCursor;
statResetCsr((StatCursor *)pCursor);
statResetCsr(pCsr);
return statNext(pCursor);
}