summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-23 08:44:08 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-23 08:44:08 +0000
commit160b3296dbc03f4225ac3e6adadb895948f626b0 (patch)
treed80a644c7fe155dff0d223c6b95c95534dd41afa /protocols
parent704a24032eb7067ea526b37d03d8fe935331beea (diff)
git-svn-id: http://svn.miranda-ng.org/main/trunk@1110 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/Gadu-Gadu/userutils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/userutils.cpp b/protocols/Gadu-Gadu/userutils.cpp
index f9d241dee7..c9681c56ef 100644
--- a/protocols/Gadu-Gadu/userutils.cpp
+++ b/protocols/Gadu-Gadu/userutils.cpp
@@ -296,7 +296,7 @@ void GGPROTO::createProtoService(const char* szService, GGServiceFunc servicePro
{
char str[MAXMODULELABELLENGTH];
mir_snprintf(str, sizeof(str), "%s%s", m_szModuleName, szService);
- CreateServiceFunctionObj(szService, (MIRANDASERVICEOBJ)*( void** )&serviceProc, this);
+ CreateServiceFunctionObj(str, (MIRANDASERVICEOBJ)*( void** )&serviceProc, this);
}
//////////////////////////////////////////////////////////