Ticket #5403: patch.patch

File patch.patch, 426 bytes (added by ttan@…, 12 years ago)

fix Ticket #5403

  • operations.hpp

     
    686686        else
    687687        {
    688688          m_stack.push(directory_iterator(m_stack.top()->path(), *ec));
    689           if (*ec) return;
     689          if (*ec) {++m_level; return;}
    690690        }
    691691        if (m_stack.top() != directory_iterator())
    692692        {