]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datetimefmt.cpp
disabling multiline text controls correctly
[wxWidgets.git] / src / common / datetimefmt.cpp
index 64bb825190c80beed847ce48e06e2d7fdcd8b41e..a073b3fcfc92bd884fa20e1f588cfe19af6fd9e1 100644 (file)
@@ -1625,9 +1625,10 @@ wxDateTime::ParseDate(const wxString& date, wxString::const_iterator *end)
     while ( p != pEnd )
     {
         // skip white space and date delimiters
-        while ( wxStrchr(".,/-\t\r\n ", *p) )
+        if ( wxStrchr(".,/-\t\r\n ", *p) )
         {
             ++p;
+            continue;
         }
 
         // modify copy of the iterator as we're not sure if the next token is