* Changed %d by %u
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -233,7 +233,7 @@ void MyApp::DoStreamDemo(wxCommandEvent& WXUNUSED(event))
|
|||||||
textCtrl.WriteText( tmp );
|
textCtrl.WriteText( tmp );
|
||||||
|
|
||||||
ui32 = data_input.Read32();
|
ui32 = data_input.Read32();
|
||||||
tmp.Printf( "Unsigned int32: %d\n", ui32 );
|
tmp.Printf( "Unsigned int32: %u\n", ui32 );
|
||||||
textCtrl.WriteText( tmp );
|
textCtrl.WriteText( tmp );
|
||||||
|
|
||||||
d = data_input.ReadDouble();
|
d = data_input.ReadDouble();
|
||||||
|
Reference in New Issue
Block a user