diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-18 15:45:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-18 15:45:33 +0000 |
commit | d9ecab2dcd4ca334e1923d8c9beadeb3e231a4b8 (patch) | |
tree | 159cf9b74f1351c79339e872d8f032181411c38f /plugins/WebView/src/webview_alerts.cpp | |
parent | bf9a197e3e5e22fa01263492574cf27d582bed36 (diff) |
various calls of setlocale removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@11513 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WebView/src/webview_alerts.cpp')
-rw-r--r-- | plugins/WebView/src/webview_alerts.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/WebView/src/webview_alerts.cpp b/plugins/WebView/src/webview_alerts.cpp index e583c4ed4e..8592a9ac9c 100644 --- a/plugins/WebView/src/webview_alerts.cpp +++ b/plugins/WebView/src/webview_alerts.cpp @@ -234,8 +234,6 @@ void SaveToFile(MCONTACT hContact, char *truncated) char timestring[128], timeprefix[32];
char temptime1[32], temptime2[32];
- setlocale(LC_ALL, "");
-
time_t ftime = time(NULL);
struct tm *nTime = localtime(&ftime);
|