aboutsummaryrefslogtreecommitdiff
path: root/src/os_kv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_kv.c')
-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 a14dc5c54..9260852db 100644
--- a/src/os_kv.c
+++ b/src/os_kv.c
@@ -583,7 +583,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;