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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user