Okay, checking back in my fix for the filespec and iterator.
git-svn-id: svn://10.0.0.236/trunk@44375 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -150,7 +150,7 @@ nsDirectoryIndexStream::Read(char* aBuf, PRUint32 aCount, PRUint32* aReadCount)
|
||||
|
||||
// Okay, now we'll suck stuff off of our iterator into the mBuf...
|
||||
while (PRUint32(mBuf.Length()) < aCount && mIter->Exists()) {
|
||||
const nsFileSpec& current = mIter->Spec();
|
||||
nsFileSpec current = mIter->Spec();
|
||||
++(*mIter);
|
||||
|
||||
PRFileInfo fileinfo;
|
||||
|
||||
Reference in New Issue
Block a user