git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31177
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if (pDb->errorList[i])
{
msg.Append(pDb->errorList[i]);
if (pDb->errorList[i])
{
msg.Append(pDb->errorList[i]);
- if (wxStrcmp(pDb->errorList[i], wxEmptyString)) != 0)
+ if (wxStrcmp(pDb->errorList[i], wxEmptyString) != 0)
msg.Append(wxT("\n"));
// Clear the errmsg buffer so the next error will not
// end up showing the previous error that have occurred
msg.Append(wxT("\n"));
// Clear the errmsg buffer so the next error will not
// end up showing the previous error that have occurred