Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: that was a bad choice for the size of the stringTable array beca…
…use even if findSymbols is not on the file can contain symbols. This was causing the pe unit test to fail. To get the right array size use sizeof(symbolTable)>0 which will be 1 only if findSymbols is true and the file actually contains symbols
- Loading branch information