diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-30 13:18:30 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-30 13:18:30 +0000 |
commit | 9951afcf3b7dbb6ec2037dcb345c56db811329cd (patch) | |
tree | 6fd498737f2c117e493e5188bbe12220940855e5 /protocols/Weather/weather_update.cpp | |
parent | 2b5aaa321425c6309ed912f04badd79e27e9549e (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@232 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Weather/weather_update.cpp')
-rw-r--r-- | protocols/Weather/weather_update.cpp | 2 |
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);
} } }
|