Use the new wxSysErrorMsgStr() instead of wxSysErrorMsg()

This commit is contained in:
Lauri Nurmi
2016-11-21 18:37:25 +02:00
parent 343318d73e
commit 902130f64e
7 changed files with 13 additions and 13 deletions

View File

@@ -418,7 +418,7 @@ wxLog::CallDoLogNow(wxLogLevel level,
{
const long err = static_cast<long>(num);
suffix.Printf(_(" (error %ld: %s)"), err, wxSysErrorMsg(err));
suffix.Printf(_(" (error %ld: %s)"), err, wxSysErrorMsgStr(err));
}
#if wxUSE_LOG_TRACE