-
Simo Sorce authored
The variable Left is supposed to hold only a positive quantity and was being passed into functions that accept only size_t as input causing coverity to throw a fit. Using a size_t type for Left works just fine. Negative Returns, found by coverity.
cd943c24