1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

- Suppress another valgrind warning

This commit is contained in:
Christophe Dumez 2009-11-18 18:00:17 +00:00
parent fb4700907d
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();
}
};