attempt for a Solaris compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-05-17 17:22:21 +00:00
parent c449ac8125
commit efcd017c71

View File

@@ -2870,7 +2870,7 @@ const wxChar *wxDateTime::ParseFormat(const wxChar *date,
// take this date as default // take this date as default
tmDef = dateDef.GetTm(); tmDef = dateDef.GetTm();
} }
else if ( m_time != 0 ) else if ( m_time != wxLongLong(0) )
{ {
// if this date is valid, don't change it // if this date is valid, don't change it
tmDef = GetTm(); tmDef = GetTm();