summaryrefslogtreecommitdiff
path: root/protocols/Yahoo
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Yahoo')
-rw-r--r--protocols/Yahoo/src/proto.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Yahoo/src/proto.cpp b/protocols/Yahoo/src/proto.cpp
index 635463a261..96a661a942 100644
--- a/protocols/Yahoo/src/proto.cpp
+++ b/protocols/Yahoo/src/proto.cpp
@@ -513,7 +513,6 @@ int __cdecl CYahooProto::SetStatus(int iNewStatus)
void __cdecl CYahooProto::get_status_thread(void *param)
{
- int l;
DBVARIANT dbv;
char *gm = NULL, *sm = NULL, *fm;
MCONTACT hContact = (MCONTACT)param;
@@ -538,7 +537,7 @@ void __cdecl CYahooProto::get_status_thread(void *param)
if (sm) sm = strdup(sm); /* we need this to go global FREE later */
}
- l = 0;
+ size_t l = 0;
if (gm)
l += mir_strlen(gm) + 3;