- Suppress another valgrind warning

This commit is contained in:
Christophe Dumez 2009-11-18 18:00:17 +00:00
commit b64919234a

View file

@ -213,7 +213,7 @@ public:
if(iso[1] == 'A') return QIcon(":/Icons/flags/south_africa.png");
break;
}
qDebug("Unrecognized country code: %s", iso);
qDebug("Unrecognized country code: %c%c", iso[0], iso[1]);
return QIcon();
}
};