summaryrefslogtreecommitdiff
path: root/protocols/Weather/weather_update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Weather/weather_update.cpp')
-rw-r--r--protocols/Weather/weather_update.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/weather_update.cpp b/protocols/Weather/weather_update.cpp
index 0cf6d890fd..832d4237c1 100644
--- a/protocols/Weather/weather_update.cpp
+++ b/protocols/Weather/weather_update.cpp
@@ -181,7 +181,7 @@ int UpdateWeather(HANDLE hContact)
if (file != NULL) {
// write data to the file and close
GetDisplay(&winfo, opt.eText, str2);
- fputws(str2, file);
+ _fputts(str2, file);
fclose(file);
} } }