From 9bb55626d51f217466bc08104d2f32eb0bf57c02 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 30 Apr 2026 22:29:38 +0100 Subject: Switch ascii comparisons over to our own casemap functions. --- modules/geoclass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/geoclass.cpp') diff --git a/modules/geoclass.cpp b/modules/geoclass.cpp index 817e8291b..3549c3dc3 100644 --- a/modules/geoclass.cpp +++ b/modules/geoclass.cpp @@ -61,7 +61,7 @@ public: // If the user matches this country code then they can use this // connect class. - if (insp::equalsci(token, code)) + if (insp::ascii_equals(token, code)) return MOD_RES_PASSTHRU; } -- cgit v1.3.1-10-gc9f91