mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 19:09:49 +00:00
another attempt at bustage fixing
This commit is contained in:
parent
9aa94222f0
commit
1fbe6bcfcc
@ -549,7 +549,7 @@ nsIndexedToHTML::OnIndexAvailable(nsIRequest *aRequest,
|
||||
PRInt64 size;
|
||||
aIndex->GetSize(&size);
|
||||
|
||||
if (nsUint64(size) != LL_MAXUINT &&
|
||||
if (nsUint64(PRUint64(size)) != LL_MAXUINT &&
|
||||
type != nsIDirIndex::TYPE_DIRECTORY &&
|
||||
type != nsIDirIndex::TYPE_SYMLINK) {
|
||||
nsAutoString sizeString;
|
||||
|
Loading…
x
Reference in New Issue
Block a user