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

msw: fix format string

parent 511c7360
......@@ -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