protobuf-c.c: Cast %lu args to unsigned long int
Resolves an ambiguity that %zu was meant to address, since %zu is not present on all platforms. Fixes #357.
Showing
Please register or sign in to comment
Resolves an ambiguity that %zu was meant to address, since %zu is not present on all platforms. Fixes #357.