char -> wxChar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2bbd97f433
commit
653567bb4c
@ -839,7 +839,7 @@ void wxDateTime::GetAmPmStrings(wxString *am, wxString *pm)
|
|||||||
{
|
{
|
||||||
tm tm;
|
tm tm;
|
||||||
InitTm(tm);
|
InitTm(tm);
|
||||||
char buffer[64];
|
wxChar buffer[64];
|
||||||
// @Note: Do not call 'CallStrftime' here! CallStrftime checks the return code
|
// @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 -
|
// 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 -
|
// if strftime does not return anything because the format string is invalid - OR -
|
||||||
|
Loading…
Reference in New Issue
Block a user