Fredrik Roubert 2024-03-18 18:00:51 +01:00 committed by Fredrik Roubert
parent ade671e252
commit 7c22ff7541

View file

@ -5711,7 +5711,7 @@ public:
};
bool isKnownSourceForCLDR17099(const std::string& s) {
if (s.compare("qaa-Cyrl-CH") == 0) {
if (s == "qaa-Cyrl-CH") {
return true;
}