summaryrefslogtreecommitdiff
path: root/protocols/Weather/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-04-07 13:57:40 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-04-07 13:57:40 +0300
commit8bf8ad407ea2e8eddeaa73ac71abea3fa98c8580 (patch)
treec4490e6c7226cc91387829406fcd5951a404661b /protocols/Weather/src
parent10b4babe8fd486a878626208fb1442d497fe5959 (diff)
the simpler the better
Diffstat (limited to 'protocols/Weather/src')
-rw-r--r--protocols/Weather/src/weather_update.cpp2
1 files changed, 1 insertions, 1 deletions
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<char> vars(10, mir_strcmp);
+ OBJLIST<char> vars(10, strcmp);
for (int i = 1; i <= 7; i++)
vars.insert(newStr(CMStringA(FORMAT, "Forecast Day %d", i)));