src/protocols/oscar/icq.c

changeset 4075
1b8062090546
parent 4071
f0c425b22b92
child 4076
563a1af15501
--- a/src/protocols/oscar/icq.c	Sat Dec 14 03:55:50 2002 +0000
+++ b/src/protocols/oscar/icq.c	Sat Dec 14 22:48:38 2002 +0000
@@ -172,7 +172,7 @@
 
 	faimdprintf(sess, 1, "icq response: %d bytes, %ld, 0x%04x, 0x%04x\n", cmdlen, ouruin, cmd, reqid);
 
-	if (cmd == 0x0041) {
+	if (cmd == 0x0041) { /* offline message */
 		fu16_t msglen;
 		struct aim_icq_offlinemsg msg;
 		aim_rxcallback_t userfunc;

mercurial