diff --git a/include/wxex/crypto.h b/include/wxex/crypto.h index aa65dd6..9cf7bd4 100644 --- a/include/wxex/crypto.h +++ b/include/wxex/crypto.h @@ -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; } }