fixing mac redness
git-svn-id: svn://10.0.0.236/trunk@60217 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -602,7 +602,7 @@ nsFTPDirListingConv::ConvertUNIXDate(char *aCStr, PRExplodedTime& outDate) {
|
||||
&& nowETime.tm_mday > curTime.tm_mday) {
|
||||
thisCalendarYear = PR_TRUE;
|
||||
} else if (nowETime.tm_month == curTime.tm_month
|
||||
&& nowETime.tm_mday == curTime.tm_mday)
|
||||
&& nowETime.tm_mday == curTime.tm_mday
|
||||
&& nowETime.tm_hour > curTime.tm_hour) {
|
||||
thisCalendarYear = PR_TRUE;
|
||||
} else if (nowETime.tm_month == curTime.tm_month
|
||||
|
||||
Reference in New Issue
Block a user