another attempt at bustage fixing

This commit is contained in:
cbiesinger%web.de 2005-01-01 16:15:26 +00:00
parent 9aa94222f0
commit 1fbe6bcfcc

View File

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