wxTextStream now interprets 1,1 as 1.1 (European formating).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -188,7 +188,7 @@ void MyApp::DoStreamDemo(wxCommandEvent& WXUNUSED(event))
|
||||
|
||||
wxFileInputStream file_input( "test_wx.dat" );
|
||||
wxBufferedInputStream buf_input( file_input );
|
||||
wxTextInputStream text_input( buf_input );
|
||||
wxTextInputStream text_input( file_input );
|
||||
|
||||
text_input >> si;
|
||||
tmp.Printf( _T("Signed int: %d\n"), si );
|
||||
|
Reference in New Issue
Block a user