Remove redundant .c_str()s
After the tinyformat switch sprintf() family functions support passing
actual std::string objects.
Remove unnecessary c_str calls (236 of them) in logging and formatting.
Remove redundant .c_str()s 7d9d134bf95cUnpublished Tags None Subscribers None
Description
Details
|