Blagodarenko / XPlotter

CPU plotter for BURST
GNU General Public License v3.0
54 stars 26 forks source link

printf not handling std::string correctly always #10

Closed tarterp closed 6 years ago

tarterp commented 6 years ago

Pull Request submitted to fix issue

colored message is printing garbled at times.

1>XPlotter.cpp(18): warning C4477: 'printf' : format string '%s' requires an argument of type 'char ', but variadic argument 1 has type 'std::string' 1>XPlotter.cpp(24): warning C4477: 'printf' : format string '%s' requires an argument of type 'char ', but variadic argument 1 has type 'std::string'

Blagodarenko commented 6 years ago

thank you!