backing out 240192 patch

This commit is contained in:
cbiesinger@web.de
2004-04-16 20:10:47 +00:00
parent 29188f1cd5
commit 0cf1c7d776
2 changed files with 1 additions and 13 deletions

View File

@@ -1063,12 +1063,9 @@ nsLocalFile::GetFileSize(PRInt64 *aFileSize)
}
#endif
/* XXX autoconf for and use stat64 if available */
if (!S_ISDIR(mCachedStat.st_mode)) {
#ifdef STAT_IS_64
*aFileSize = mCachedStat.st_size;
#else
LL_UI2L(*aFileSize, (PRUint32)mCachedStat.st_size);
#endif
}
return NS_OK;
}