From 8bf8ad407ea2e8eddeaa73ac71abea3fa98c8580 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 7 Apr 2025 13:57:40 +0300 Subject: the simpler the better --- protocols/Weather/src/weather_update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Weather/src') diff --git a/protocols/Weather/src/weather_update.cpp b/protocols/Weather/src/weather_update.cpp index 001a9d9eba..82437dbb72 100644 --- a/protocols/Weather/src/weather_update.cpp +++ b/protocols/Weather/src/weather_update.cpp @@ -481,7 +481,7 @@ static int enumSettings(const char *pszSetting, void *param) void CWeatherProto::GetVarsDescr(CMStringW &wszDescr) { - OBJLIST vars(10, mir_strcmp); + OBJLIST vars(10, strcmp); for (int i = 1; i <= 7; i++) vars.insert(newStr(CMStringA(FORMAT, "Forecast Day %d", i))); -- cgit v1.2.3