Excessive c_str() removed
This commit is contained in:
parent
dee95d7d6c
commit
c22865524d
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user