summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_file.cpp')
-rw-r--r--protocols/JabberG/src/jabber_file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_file.cpp b/protocols/JabberG/src/jabber_file.cpp
index 547257a570..30ee8c1fed 100644
--- a/protocols/JabberG/src/jabber_file.cpp
+++ b/protocols/JabberG/src/jabber_file.cpp
@@ -180,7 +180,7 @@ void CJabberProto::FileProcessHttpDownload(MCONTACT hContact, const char *jid, c
pre.fileCount = 1;
pre.timestamp = time(0);
pre.files.a = &pszName;
- pre.lParam = (LPARAM)ft;
+ pre.pUserInfo = ft;
pre.descr.a = pszDescr;
ProtoChainRecvFile(ft->std.hContact, &pre);
}