]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fileconf.cpp
applied patch 890642: wxRE_ADVANCED flag and docs
[wxWidgets.git] / src / common / fileconf.cpp
index 071b90f243423f33a7478da46acdfd8945410338..4dc63b3adaf21f01bdee824dba6d26fb756ae26e 100644 (file)
@@ -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)