- Timestamp:
- 05/05/08 05:45:14 (7 months ago)
- Files:
-
- 1 modified
-
trunk/osd/src/licq-osd.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/osd/src/licq-osd.cpp
r5443 r6180 77 77 #ifdef CP_TRANSLATE 78 78 const char *get_iconv_encoding_name(const char *licq_encoding_name); 79 char *my_translate(unsigned long uin, const char *msg, char *userenc);79 char* my_translate(unsigned long uin, const char* msg, const char* userenc); 80 80 #endif 81 81 … … 501 501 { 502 502 //#ifdef CVSLICQ 503 c har *szId = s->Id();503 const char* szId = s->Id(); 504 504 unsigned long nPPID = s->PPID(); 505 505 u = gUserManager.FetchUser(szId, nPPID, LOCK_R); … … 785 785 // CICQSignal is needed to get the User for this message - 786 786 // some day i will do this more elegant 787 char *my_translate(unsigned long uin, const char *msg, char *userenc)787 char* my_translate(unsigned long uin, const char* msg, const char* userenc) 788 788 { 789 789 // will be deleted outside of this function
