]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datetime.cpp
fix bug in Borland (bcc32 really hates ?)
[wxWidgets.git] / src / common / datetime.cpp
index 71c1c95a8f9986de0445934055ddfc766980b116..5ab055b3ccf5f6dd418751ed19c580434f2cb4b3 100644 (file)
@@ -13,7 +13,7 @@
 //               so long as the above copyright and this permission statement
 //               are retained in all copies.
 //
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 /*
@@ -3237,7 +3237,7 @@ const wxChar *wxDateTime::ParseDate(const wxChar *date)
 
     // tokenize the string
     size_t nPosCur = 0;
-    static const wxChar *dateDelimiters = _T(".,/-\t\n ");
+    static const wxChar *dateDelimiters = _T(".,/-\t\r\n ");
     wxStringTokenizer tok(p, dateDelimiters);
     while ( tok.HasMoreTokens() )
     {