git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38032
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
pEnd = wxStrchr(++pc, wxT('"'));
if ( pEnd == NULL )
{
pEnd = wxStrchr(++pc, wxT('"'));
if ( pEnd == NULL )
{
- wxLogWarning(wxT("Mime.types file %s, line %d: unterminated quoted string."),
+ wxLogWarning(wxT("Mime.types file %s, line %lu: unterminated quoted string."),
strFileName.c_str(), nLine + 1);
}
}
strFileName.c_str(), nLine + 1);
}
}
// unregistered extensions according to the standard practice,
// but it may be worth telling the user about other junk in
// his mime.types file
// unregistered extensions according to the standard practice,
// but it may be worth telling the user about other junk in
// his mime.types file
- wxLogWarning(wxT("Unknown field in file %s, line %d: '%s'."),
+ wxLogWarning(wxT("Unknown field in file %s, line %lu: '%s'."),
strFileName.c_str(), nLine + 1, strLHS.c_str());
}
strFileName.c_str(), nLine + 1, strLHS.c_str());
}
// check that we really read something reasonable
if ( currentToken < Field_Other )
{
// check that we really read something reasonable
if ( currentToken < Field_Other )
{
- wxLogWarning(wxT("Mailcap file %s, line %d: incomplete entry ignored."),
+ wxLogWarning(wxT("Mailcap file %s, line %lu: incomplete entry ignored."),
strFileName.c_str(), nLine + 1);
continue;
strFileName.c_str(), nLine + 1);
continue;