]> git.saurik.com Git - wxWidgets.git/commitdiff
char -> wxChar
authorJulian Smart <julian@anthemion.co.uk>
Tue, 23 Sep 2003 22:13:36 +0000 (22:13 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 23 Sep 2003 22:13:36 +0000 (22:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/datetime.cpp

index dd2d9dbccb9932d5ead76a9c03ddbcc425f585b1..1e84f0689cf73e71fd46dd61077866e3aa5d04b8 100644 (file)
@@ -839,7 +839,7 @@ void wxDateTime::GetAmPmStrings(wxString *am, wxString *pm)
 {
     tm tm;
     InitTm(tm);
 {
     tm tm;
     InitTm(tm);
-    char buffer[64];
+    wxChar buffer[64];
     // @Note: Do not call 'CallStrftime' here! CallStrftime checks the return code
     // and causes an assertion failed if the buffer is to small (which is good) - OR -
     // if strftime does not return anything because the format string is invalid - OR -
     // @Note: Do not call 'CallStrftime' here! CallStrftime checks the return code
     // and causes an assertion failed if the buffer is to small (which is good) - OR -
     // if strftime does not return anything because the format string is invalid - OR -