Excessive c_str() removed

This commit is contained in:
Simon Rozman 2016-10-17 16:37:14 +02:00
parent dee95d7d6c
commit c22865524d

View File

@ -176,7 +176,7 @@ public:
return true; return true;
} else { } else {
wxLogError(wxT("Can not open %s file for reading."), fileName.c_str()); wxLogError(wxT("Can not open %s file for reading."), fileName);
return false; return false;
} }
} }