Bug 278738 – file:// directory not shown containing a file larger than 2GB. r=bsmedberg
This commit is contained in:
@@ -113,7 +113,11 @@ private:
|
||||
~nsLocalFile() {}
|
||||
|
||||
protected:
|
||||
#ifdef HAVE_STAT64
|
||||
struct stat64 mCachedStat;
|
||||
#else
|
||||
struct stat mCachedStat;
|
||||
#endif
|
||||
nsCString mPath;
|
||||
PRPackedBool mHaveCachedStat;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user