Fixed printf formats
Especially when printing size_t it is better to use << operator which always uses the right size.
Loading
Please sign in to comment
Especially when printing size_t it is better to use << operator which always uses the right size.