Commit 6ff83ba5 authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

dinput/tests: Fix string format warning.

parent e4271d87
......@@ -384,7 +384,7 @@ static BOOL CALLBACK EnumJoysticks(
js.rgbButtons[9]>>7, js.rgbButtons[10]>>7, js.rgbButtons[11]>>7);
if (strcmp(oldstate, curstate) != 0)
{
trace(curstate);
trace("%s\n", curstate);
strcpy(oldstate, curstate);
}
Sleep(100);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment