resolve signed integer reference warning

This commit is contained in:
Stephen Lombardo
2009-04-27 15:52:29 -04:00
parent 86376028f4
commit 0ecc7c7852
+2 -2
View File
@@ -301,8 +301,8 @@ int sqlite3_rekey(sqlite3 *db, const void *pKey, int nKey) {
struct Db *pDb = &db->aDb[i];
if(pDb->pBt) {
codec_ctx *ctx;
int rc;
Pgno page_count, pgno;
int rc, page_count;
Pgno pgno;
PgHdr *page;
Pager *pPager = pDb->pBt->pBt->pPager;