From 01efb622f88ba1a5c331dfab8dcbd5e182dd38f0 Mon Sep 17 00:00:00 2001 From: "valeski%netscape.com" Date: Wed, 9 Feb 2000 08:39:44 +0000 Subject: [PATCH] fixing mac redness git-svn-id: svn://10.0.0.236/trunk@60217 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/streamconv/converters/nsFTPDirListingConv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/netwerk/streamconv/converters/nsFTPDirListingConv.cpp b/mozilla/netwerk/streamconv/converters/nsFTPDirListingConv.cpp index 5556eb0bf0c..d160690edf2 100644 --- a/mozilla/netwerk/streamconv/converters/nsFTPDirListingConv.cpp +++ b/mozilla/netwerk/streamconv/converters/nsFTPDirListingConv.cpp @@ -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