diff --git a/ext/misc/appendvfs.c b/ext/misc/appendvfs.c index d3844d4230..590a863587 100644 --- a/ext/misc/appendvfs.c +++ b/ext/misc/appendvfs.c @@ -490,8 +490,9 @@ static int apndIsOrdinaryDatabaseFile(sqlite3_int64 sz, sqlite3_file *pFile){ } /* Round-up used to get appendvfs portion to begin at a page boundary. */ -#define APND_START_ROUNDUP(fsz, nPageBits) \ - (((fsz) + ((1<