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:
@@ -494,7 +494,7 @@ static int statFilter(
|
||||
){
|
||||
StatCursor *pCsr = (StatCursor *)pCursor;
|
||||
|
||||
statResetCsr((StatCursor *)pCursor);
|
||||
statResetCsr(pCsr);
|
||||
return statNext(pCursor);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user