From 9393ab7212e8e815d5dfbd9c219d5d92e71636ec Mon Sep 17 00:00:00 2001 From: DJRobX Date: Wed, 31 Oct 2007 10:04:24 +0000 Subject: [PATCH] Argh one more stupid bug git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@8 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/win32/DirectInput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32/DirectInput.cpp b/src/win32/DirectInput.cpp index 4a08769c..c280ced5 100644 --- a/src/win32/DirectInput.cpp +++ b/src/win32/DirectInput.cpp @@ -123,7 +123,7 @@ void winReadKey(const char *name, int num, KeyList& Keys) char buffer[80]; sprintf(buffer, "Joy%d_%s", num, name); - winReadKey(name, Keys); + winReadKey(buffer, Keys); }