Unicode compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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++ )
|
||||
{
|
||||
|
Reference in New Issue
Block a user