Silent a signed-comparison warning in the _isds_b64decode()
commit7703b1d61eb36faee6ce17bd08a08b7f4393147b
authorPetr Písař <petr.pisar@atlas.cz>
Fri, 2 Jan 2015 21:07:36 +0000 (2 22:07 +0100)
committerPetr Písař <petr.pisar@atlas.cz>
Fri, 2 Jan 2015 21:07:36 +0000 (2 22:07 +0100)
treed8a04f0f16b5403c7b4146cfed694428ea468657
parent6ea4bb1cc08212490d9fbd845e082fb4ba3d2782
Silent a signed-comparison warning in the _isds_b64decode()

Proper type for _isds_base64_decode_block() return value is size_t. Using it
also eliminates the warning.
src/utils.c