aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/os_kv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_kv.c b/src/os_kv.c
index c1df1f526..fb8eae627 100644
--- a/src/os_kv.c
+++ b/src/os_kv.c
@@ -603,7 +603,7 @@ static void kvvfsDecodeJournal(
const char *zTxt, /* Text encoding. Zero-terminated */
int nTxt /* Bytes in zTxt, excluding zero terminator */
){
- unsigned int n;
+ unsigned int n = 0;
int c, i, mult;
i = 0;
mult = 1;