reading .mime.types.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19041
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// built in icons which are useless for us anyhow
if ( strLHS != _T("icon") )
{
// built in icons which are useless for us anyhow
if ( strLHS != _T("icon") )
{
- wxLogWarning(_("Unknown field in file %s, line %d: '%s'."),
- strFileName.c_str(), nLine + 1, strLHS.c_str());
+ // This crashes for some reason in wcslen() in libc. RR.
+ // wxLogWarning(_("Unknown field in file %s, line %d: '%s'."),
+ // strFileName.c_str(), nLine + 1, strLHS.c_str());