summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/Services.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2014-10-18 18:18:10 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2014-10-18 18:18:10 +0000
commitda07604c7ef06036e1f3072187b8defc386e9bad (patch)
tree49b129a8d9cab5250072e1449ef1f350d54a1e90 /plugins/PluginUpdater/src/Services.cpp
parent3e1d53c46f9f78b040c0236cb1fdbf9bc1829f25 (diff)
PluginUpdater:
-Minor cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@10826 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/Services.cpp')
-rw-r--r--plugins/PluginUpdater/src/Services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/Services.cpp b/plugins/PluginUpdater/src/Services.cpp
index 948f32eb97..9b44f0038d 100644
--- a/plugins/PluginUpdater/src/Services.cpp
+++ b/plugins/PluginUpdater/src/Services.cpp
@@ -28,7 +28,7 @@ static INT_PTR srvParseHashes(WPARAM wParam, LPARAM lParam)
SERVLIST *pList = new SERVLIST(50, CompareHashes);
ptrT baseUrl;
- if ( ParseHashes(ptszUrl, baseUrl, *pList, 0)) {
+ if ( ParseHashes(ptszUrl, baseUrl, *pList)) {
_tcsncpy(ptszBaseUrl, baseUrl, MAX_PATH);
return (INT_PTR)pList;
}