mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 19:26:31 -04:00
improved FolderIterator class
This commit is contained in:
parent
3c976bb7ee
commit
3e48b0fd95
11 changed files with 183 additions and 62 deletions
|
@ -290,7 +290,7 @@ int RsIntroServer::checkForNewCerts()
|
|||
mCertCheckTime = now;
|
||||
struct stat64 buf;
|
||||
|
||||
while(dirIt.readdir())
|
||||
for(;dirIt.isValid();dirIt.next())
|
||||
{
|
||||
/* check entry type */
|
||||
std::string fname;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue