Andrew Eikum : dinput: Fix copy-paste typo.

Alexandre Julliard julliard at winehq.org
Fri Nov 1 15:17:07 CDT 2013


Module: wine
Branch: master
Commit: 3486a35ad8c166dce000416f312d31f18e4897d3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3486a35ad8c166dce000416f312d31f18e4897d3

Author: Andrew Eikum <aeikum at codeweavers.com>
Date:   Fri Nov  1 10:53:00 2013 -0500

dinput: Fix copy-paste typo.

---

 dlls/dinput/joystick_linux.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/dinput/joystick_linux.c b/dlls/dinput/joystick_linux.c
index d973a84..669db42 100644
--- a/dlls/dinput/joystick_linux.c
+++ b/dlls/dinput/joystick_linux.c
@@ -180,7 +180,7 @@ static INT find_joystick_devices(void)
 
         if (ioctl(fd, JSIOCGAXMAP, axes_map) < 0)
         {
-            WARN("ioctl(%s,JSIOCGNAME) failed: %s\n", joydev.device, strerror(errno));
+            WARN("ioctl(%s,JSIOCGAXMAP) failed: %s\n", joydev.device, strerror(errno));
             joydev.dev_axes_map = NULL;
         }
         else




More information about the wine-cvs mailing list