]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datetime.cpp
wxSIZE_ALLOW_MINUS_ONE handling corrected
[wxWidgets.git] / src / common / datetime.cpp
index 7fed200c42e61491233913e09bcd7f617c72af90..7598153308a080559c6d6a4973690949c2582892 100644 (file)
@@ -3346,7 +3346,7 @@ wxString wxTimeSpan::Format(const wxChar *format) const
     wxCHECK_MSG( format, _T(""), _T("NULL format in wxTimeSpan::Format") );
 
     wxString str;
-    str.Alloc(strlen(format));
+    str.Alloc(wxStrlen(format));
 
     for ( const wxChar *pch = format; pch; pch++ )
     {