Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In porting attractivechaos#78 over to htslib, I found a bug due to bracketing. In the original code, `c` is set to the result of the whole boolean if statement, so 0 or 1. Thus the `if (c == -3)` check can never pass.
- Loading branch information