Fixed a harmless warning about $d in sprintf and long argument
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8290d43d0d
commit
dfd2e67583
@ -1182,7 +1182,7 @@ static const wxChar *GetTymedName(DWORD tymed)
|
||||
case TYMED_MFPICT: return wxT("TYMED_MFPICT");
|
||||
case TYMED_ENHMF: return wxT("TYMED_ENHMF");
|
||||
default:
|
||||
wxSprintf(s_szBuf, wxT("type of media format %d (unknown)"), tymed);
|
||||
wxSprintf(s_szBuf, wxT("type of media format %ld (unknown)"), tymed);
|
||||
return s_szBuf;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user