Project

General

Profile

Bug #603 ยป 0086-rscompat_utype_flag_name_3_3-Use-fc_strcasecmp.patch

Marko Lindqvist, 05/12/2024 11:37 PM

View differences:

server/ruleset/rscompat.c
**************************************************************************/
const char *rscompat_utype_flag_name_3_3(const char *old_name)
{
if (!strcasecmp("Settlers", old_name)) {
if (!fc_strcasecmp("Settlers", old_name)) {
return "Workers";
}
    (1-1/1)