dc30ce5366
Prevent potential format string mismatches on platforms where size_t and unsigned long may have different sizes by explicitly casting size_t variables to unsigned long when using %lu format specifier in printf calls.