diff options
author | Rozhuk Ivan <rozhuk.im@gmail.com> | 2014-12-01 07:19:29 +0000 |
---|---|---|
committer | Rozhuk Ivan <rozhuk.im@gmail.com> | 2014-12-01 07:19:29 +0000 |
commit | 14779e590564b1e1057121c1c68979b0df1cad15 (patch) | |
tree | 0710ce2658318742c3be8cbfb8d02d84b8c872fe | |
parent | 41a7300678e4bb3cd703e2c236e57af4a31962c7 (diff) |
webview build fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@11189 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/WebView/src/webview_getdata.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/WebView/src/webview_getdata.cpp b/plugins/WebView/src/webview_getdata.cpp index 02c724c07d..64bbd6c805 100644 --- a/plugins/WebView/src/webview_getdata.cpp +++ b/plugins/WebView/src/webview_getdata.cpp @@ -63,7 +63,6 @@ void GetData(void *param) memset(&contactname, 0, sizeof(contactname));
memset(&tempstring, 0, sizeof(tempstring));
memset(&tempstring2, 0, sizeof(tempstring2));
- memset(&szInfo, 0, sizeof(szInfo));
memset(&dbv, 0, sizeof(dbv));
memset(&tstr, 0, sizeof(tstr));
memset(×tring, 0, sizeof(timestring));
|