Skip to content
  • Nate Graham's avatar
    Fix crash calling openDirectories() in various cases · b9139c5e
    Nate Graham authored
    This can cause a crash when called with a single url and split view, or
    when the last URL is not shown, because the iterator gets mutated in
    the loop, so we need to make sure it hasn't gone out of bounds. This
    check was erroneously removed in 17553802
    and needs to be brought back.
    b9139c5e