Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix use of uninitialized variable 's' (reported by Coverity)
If the MAXREPEATS constant is set to be small, then the variable 's' could be left uninitialized and then used in computations.
- Loading branch information