diff options
Diffstat (limited to 'src/Common/Combo.c')
-rw-r--r-- | src/Common/Combo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Combo.c b/src/Common/Combo.c index 850cd020..cc1d5bbf 100644 --- a/src/Common/Combo.c +++ b/src/Common/Combo.c @@ -157,7 +157,7 @@ void LoadCombo (HWND hComboBox) void DumpCombo (HWND hComboBox, int bClear)
{
FILE *f;
- int i, nComboIdx[SIZEOF_MRU_LIST];
+ int i, nComboIdx[SIZEOF_MRU_LIST] = {0};
if (bClear)
{
|