From 2d83b83cc2b424b83dd7c1e03848a83f93627b4d Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Thu, 29 Oct 2015 20:26:25 +0200 Subject: [PATCH] Fix uninitialized variable --- src/options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/options.c b/src/options.c index a16b0d220..7ec4e637a 100644 --- a/src/options.c +++ b/src/options.c @@ -3772,6 +3772,7 @@ boolean setinitial, setfromfile; menu_item *style_pick = (menu_item *) 0; tmpwin = create_nhwindow(NHW_MENU); start_menu(tmpwin); + any = zeroany; for (i = 0; i < SIZE(menutype); i++) { style_name = menutype[i]; /* note: separate `style_name' variable used