From e024f483c91b91da6d4e6c474eec143cdf0c6c84 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Apr 2012 00:47:17 +0300 Subject: Fix input array size. --- src/gui/setup_input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/setup_input.cpp') diff --git a/src/gui/setup_input.cpp b/src/gui/setup_input.cpp index 0e120488b..3c512ecc9 100644 --- a/src/gui/setup_input.cpp +++ b/src/gui/setup_input.cpp @@ -100,7 +100,7 @@ Setup_Input::Setup_Input(): setName(_("Input")); selectedData = 0; - mActionDataSize = new int [7]; + mActionDataSize = new int [8]; for (int f = 0; f < 8; f ++) { -- cgit v1.2.3-60-g2f50