Tencent / rapidjson

A fast JSON parser/generator for C++ with both SAX/DOM style API
http://rapidjson.org/
Other
14.26k stars 3.53k forks source link

Use correct format for printf #2227

Closed EstherWx closed 11 months ago

EstherWx commented 11 months ago

Change the printf format from '%d' to '%u', matching the type of the arguments.