git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38037
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( pEnd == NULL )
{
wxLogWarning(wxT("Mime.types file %s, line %lu: unterminated quoted string."),
if ( pEnd == NULL )
{
wxLogWarning(wxT("Mime.types file %s, line %lu: unterminated quoted string."),
- strFileName.c_str(), nLine + 1);
+ strFileName.c_str(), nLine + 1L);
// but it may be worth telling the user about other junk in
// his mime.types file
wxLogWarning(wxT("Unknown field in file %s, line %lu: '%s'."),
// but it may be worth telling the user about other junk in
// his mime.types file
wxLogWarning(wxT("Unknown field in file %s, line %lu: '%s'."),
- strFileName.c_str(), nLine + 1, strLHS.c_str());
+ strFileName.c_str(), nLine + 1L, strLHS.c_str());
wxLogDebug(wxT("Mailcap file %s, line %lu: '\\' on the end of the last line ignored."),
strFileName.c_str(),
wxLogDebug(wxT("Mailcap file %s, line %lu: '\\' on the end of the last line ignored."),
strFileName.c_str(),
- (unsigned long)nLine + 1);
(
wxT("Mailcap file %s, line %lu: unknown field '%s' for the MIME type '%s' ignored."),
strFileName.c_str(),
(
wxT("Mailcap file %s, line %lu: unknown field '%s' for the MIME type '%s' ignored."),
strFileName.c_str(),
- (unsigned long)nLine + 1,
curField.c_str(),
data.type.c_str()
);
curField.c_str(),
data.type.c_str()
);
if ( currentToken < Field_Other )
{
wxLogWarning(wxT("Mailcap file %s, line %lu: incomplete entry ignored."),
if ( currentToken < Field_Other )
{
wxLogWarning(wxT("Mailcap file %s, line %lu: incomplete entry ignored."),
- strFileName.c_str(), nLine + 1);
+ strFileName.c_str(), nLine + 1L);