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:
@@ -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