b=107823, r=ccarlen, sr=brendan

--pete


git-svn-id: svn://10.0.0.236/trunk@106886 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pete%alphanumerica.com
2001-11-01 00:11:15 +00:00
parent 63115dde46
commit 3c4492f3e0
20 changed files with 79 additions and 79 deletions

View File

@@ -742,7 +742,7 @@ nsFastLoadFileReader::ReadFooter(nsFastLoadFooter *aFooter)
return rv;
PRInt64 currentMtime;
rv = file->GetLastModificationDate(&currentMtime);
rv = file->GetLastModificationTime(&currentMtime);
if (NS_FAILED(rv))
return rv;
@@ -1506,7 +1506,7 @@ nsFastLoadFileWriter::AddDependency(nsIFile* aFile)
if (!tmp)
return NS_ERROR_OUT_OF_MEMORY;
entry->mString = NS_REINTERPRET_CAST(const char*, tmp);
rv = aFile->GetLastModificationDate(&entry->mLastModified);
rv = aFile->GetLastModificationTime(&entry->mLastModified);
}
return rv;
}