Hi
This little patch fix a warning in icqd-srv.cpp :

icqd-srv.cpp: In member function `void CICQDaemon::ProcessVariousFam(CBuffer&, short 
unsigned int)':
 icqd-srv.cpp:3953: warning: wchar_t format, different type arg (arg 4)

This is the patch:

3953c3953
<             gLog.Info("%s%S update failed.\n", L_SRVxSTR, szType);
---
>             gLog.Info("%s%s update failed.\n", L_SRVxSTR, szType);

Greetings

-- 
 Matias Aguirre
Software Engineer
   Sinatec S.A.
Linux User #: 78193

Buenos Aires, Argentina


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
LICQ-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to