1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-16 23:02:26 +03:00

Fix harmless compiler warnings.

FossilOrigin-Name: 018e09c70347b9e0c76246ae65d57ef5d29a965a
This commit is contained in:
mistachkin
2012-10-18 09:39:16 +00:00
parent 1276cd0ba8
commit e1b461bd10
4 changed files with 15 additions and 11 deletions

View File

@@ -312,7 +312,7 @@ static int writeListSync(CrashFile *pFile, int isCrash){
assert(pWrite->zBuf);
#ifdef TRACE_CRASHTEST
printf("Trashing %d sectors @ %d (sector %d) (%s)\n",
printf("Trashing %d sectors @ %lld (sector %d) (%s)\n",
1+iLast-iFirst, pWrite->iOffset, iFirst, pWrite->pFile->zName
);
#endif