filename correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Name: wx/datetime.h
|
// Name: src/common/datetime.cpp
|
||||||
// Purpose: implementation of time/date related classes
|
// Purpose: implementation of time/date related classes
|
||||||
// Author: Vadim Zeitlin
|
// Author: Vadim Zeitlin
|
||||||
// Modified by:
|
// Modified by:
|
||||||
@@ -2843,7 +2843,7 @@ const wxChar *wxDateTime::ParseRfc822Date(const wxChar* date)
|
|||||||
|
|
||||||
p += tz.length();
|
p += tz.length();
|
||||||
}
|
}
|
||||||
|
|
||||||
// make it minutes
|
// make it minutes
|
||||||
offset *= MIN_PER_HOUR;
|
offset *= MIN_PER_HOUR;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user