X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/01b18927f5d2ebde31f0e096283cb993a3cbdfcd..e3f9e20cb15c62bd347a8e52d2d36529adbdb3d6:/src/common/fileconf.cpp diff --git a/src/common/fileconf.cpp b/src/common/fileconf.cpp index 071b90f243..4dc63b3ada 100644 --- a/src/common/fileconf.cpp +++ b/src/common/fileconf.cpp @@ -663,7 +663,7 @@ void wxFileConfig::Parse(wxTextBuffer& buffer, bool bLocal) } else { // a key const wxChar *pEnd = pStart; - while ( *pEnd && *pEnd != wxT('=') && !wxIsspace(*pEnd) ) { + while ( *pEnd && *pEnd != wxT('=') /* && !wxIsspace(*pEnd)*/ ) { if ( *pEnd == wxT('\\') ) { // next character may be space or not - still take it because it's // quoted (unless there is nothing)