Fixed use of %s instead of %{1} in format() call.
This commit is contained in:
@ -823,5 +823,5 @@ XConfigRead::~XConfigRead()
|
||||
CString
|
||||
XConfigRead::getWhat() const throw()
|
||||
{
|
||||
return format("XConfigRead", "read error: %s", m_error.c_str());
|
||||
return format("XConfigRead", "read error: %{1}", m_error.c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user