Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Very small files would cause inspectrum to crash with a SIGFPE. In the end, this is caused by input that let's `samplesPerColumn == 0`. Make sure this value is at least `1` and it doesn't crash anymore. Signed-off-by: Johannes Demel <[email protected]>
- Loading branch information