compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -415,7 +415,7 @@ void VsnprintfTestCase::Misc(wxChar *buffer, int size)
|
||||
// format and gcc would warn about this otherwise
|
||||
|
||||
r = wxUnsafeSnprintf(buffer, size,
|
||||
"unicode string: %ls %lc - ansi string: %hs %hc\n\n",
|
||||
_T("unicode string: %ls %lc - ansi string: %hs %hc\n\n"),
|
||||
L"unicode!!", L'W', "ansi!!", 'w');
|
||||
CPPUNIT_ASSERT( r != -1 );
|
||||
CPPUNIT_ASSERT_EQUAL(
|
||||
|
Reference in New Issue
Block a user