From baca9807f974ce20118f2a79a980af482209e320 Mon Sep 17 00:00:00 2001 From: drh <> Date: Mon, 8 Mar 2021 16:29:06 +0000 Subject: [PATCH] Fix a harmless compiler warning in appendvfs.c FossilOrigin-Name: f538961a8058cc327d64c8ec317f1b4f8bbb604f90261160c6c27f26f4800682 --- ext/misc/appendvfs.c | 2 +- manifest | 12 ++++++------ manifest.uuid | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ext/misc/appendvfs.c b/ext/misc/appendvfs.c index 3834da54cb..d3844d4230 100644 --- a/ext/misc/appendvfs.c +++ b/ext/misc/appendvfs.c @@ -491,7 +491,7 @@ 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<