Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix boneheaded dictionary allocation oversight
UnopenableArchives was lazy-loaded, but then we went and accessed the property every time we opened a zip entry, thus constructing it and negating the whole point of lazyh loading. Now we access it only if it's been constructed.
- Loading branch information