From ef03d2c4b9e1ed04fd79430b6e70694a417e2756 Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 2 Sep 2021 21:23:46 +0200 Subject: [PATCH] A fix to 86box.c. --- src/86box.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/86box.c b/src/86box.c index 4ad02ff1a..7916db29f 100644 --- a/src/86box.c +++ b/src/86box.c @@ -385,8 +385,8 @@ pc_init(int argc, char *argv[]) char temp[128]; struct tm *info; time_t now; - int c, ng; - int lvmp; + int c; + int ng = 0, lvmp = 0; uint32_t *uid, *shwnd; /* Grab the executable's full path. */