Changed type of encodedBufferIndex to size_t to eliminate warning. It is fine as a size_t as its only ever compared to another size_t and used as an array index. |
||
|---|---|---|
| .. | ||
| RleDecoder.cpp | ||
| RleDecoder.h | ||
Changed type of encodedBufferIndex to size_t to eliminate warning. It is fine as a size_t as its only ever compared to another size_t and used as an array index. |
||
|---|---|---|
| .. | ||
| RleDecoder.cpp | ||
| RleDecoder.h | ||