2005/12/2, Jon Keating <[EMAIL PROTECTED]>:
> It's on Licq-CVS...
 Thank you.

> --- icqpacket.cpp       7 Oct 2005 16:34:01 -0000       1.124
> +++ icqpacket.cpp       2 Dec 2005 15:00:02 -0000       1.125
> @@ -4827,7 +4827,8 @@
>   m_nSize -= strlen(m_szMessage);
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Maybe I'm tottaly wrong, but if
m_nSize += strlen(m_szMessage); is replaced by
m_nMsgLen = strlen(m_szMessage) + 1;  etc.
why not the line above ?
It is only my first look, don't bother to explain why, if it is O.K.
Just say it is O.K.

 Regards Ladislav.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to