Excessive c_str() removed
This commit is contained in:
@@ -176,7 +176,7 @@ public:
|
||||
|
||||
return true;
|
||||
} 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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user