won't compile without long long type. Using LL_ macros instead. r=thorgal@amiga.com.pl, sr=brendan@mozilla.org, b=75815

This commit is contained in:
dougt@netscape.com
2001-04-26 05:28:31 +00:00
parent 7353127920
commit fdd9d9260a

View File

@@ -832,7 +832,7 @@ nsLocalFile::SetLastModificationDate(PRInt64 aLastModTime)
CHECK_mPath();
int result;
if (aLastModTime) {
if (! LL_IS_ZERO(aLastModTime)) {
VALIDATE_STAT_CACHE();
struct utimbuf ut;
ut.actime = mCachedStat.st_atime;