From 81663b24d8ded67989241274c8950c78b00a195b Mon Sep 17 00:00:00 2001 From: Barry Harris <44396066+barry65536@users.noreply.github.com> Date: Mon, 10 Aug 2015 12:09:06 +0000 Subject: [PATCH] increase dip switch dialog limit from 4 to 8 (only seems to affect newer GCC - hence why it was discovered previously) --- src/burner/win32/inpdipsw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/burner/win32/inpdipsw.cpp b/src/burner/win32/inpdipsw.cpp index 319c9ee4b..bf53b1868 100644 --- a/src/burner/win32/inpdipsw.cpp +++ b/src/burner/win32/inpdipsw.cpp @@ -4,7 +4,7 @@ HWND hInpDIPSWDlg = NULL; // Handle to the DIPSW Dialog static HWND hInpDIPSWList = NULL; -static unsigned char nPrevDIPSettings[4]; +static unsigned char nPrevDIPSettings[8]; static unsigned int nDIPGroup; static int nDIPOffset;