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

git-svn-id: svn://10.0.0.236/trunk@93111 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2001-04-26 05:28:31 +00:00
parent 417e742581
commit c650c9da0b

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;