Commit 7644f23c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

msw: fix format string

(cherry picked from commit e8ab8fb6b40d315632da311de7a2e03002a528c5)
parent 99dfe572
......@@ -150,7 +150,7 @@ LRESULT DecodeGesture( vlc_object_t *p_this, win32_gesture_sys_t *p_gesture,
}
break;
default:
msg_Err( p_this, "Unmanaged dwFlag: %i", gi.dwFlags );
msg_Err( p_this, "Unmanaged dwFlag: %lx", gi.dwFlags );
}
bHandled = TRUE;
break;
......
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