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:
Ove Kaaven
2000-04-07 23:58:43 +00:00
parent 73cdc44ee3
commit 487d976143

View File

@@ -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('=') ) {