Blagodarenko / XPlotter

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

fixed printColouredMessage from printing std::strings improperly #9

Closed tarterp closed 6 years ago

tarterp commented 6 years ago

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'