diff options
Diffstat (limited to 'protocols/Weather/src/weather_update.cpp')
-rw-r--r-- | protocols/Weather/src/weather_update.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/src/weather_update.cpp b/protocols/Weather/src/weather_update.cpp index 93a519f495..37d75a01f8 100644 --- a/protocols/Weather/src/weather_update.cpp +++ b/protocols/Weather/src/weather_update.cpp @@ -398,7 +398,7 @@ int GetWeatherData(MCONTACT hContact) if (Data == nullptr) return SVC_NOT_FOUND; // the ini for the station cannot be found - WORD cond = NA; + uint16_t cond = NA; char loc[256]; for (int i = 0; i < 4; ++i) { // generate update URL |