Seems to have forgotten to commit this small
isspace => wxIsspace change earlier... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -485,7 +485,7 @@ void wxFileConfig::Parse(wxTextFile& file, bool bLocal)
|
||||
wxString strKey(FilterInEntryName(wxString(pStart, pEnd)));
|
||||
|
||||
// skip whitespace
|
||||
while ( isspace(*pEnd) )
|
||||
while ( wxIsspace(*pEnd) )
|
||||
pEnd++;
|
||||
|
||||
if ( *pEnd++ != wxT('=') ) {
|
||||
|
Reference in New Issue
Block a user