Remove unnecessary c_str() from wx var arg functions arguments
Using c_str() for arguments to wxString::Printf(), Format() and wxLogXXX() is useless since wx 2.9 days, so simply remove them. No real changes, this is just a (long due) cleanup.
This commit is contained in:
parent
723265f9ef
commit
f31a745909
50 changed files with 237 additions and 243 deletions
|
|
@ -438,7 +438,7 @@ bool hvConnection::OnPoke(const wxString& WXUNUSED(topic),
|
|||
{
|
||||
const wxString data = GetTextFromData(buf, size, format);
|
||||
|
||||
// wxLogStatus("Poke command: %s = %s", item.c_str(), data);
|
||||
// wxLogStatus("Poke command: %s = %s", item, data);
|
||||
//topic is not tested
|
||||
|
||||
if ( wxGetApp().GetHelpController() )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue