Mercurial > pidgin.yaz
diff libpurple/protocols/oscar/family_icq.c @ 15823:32c366eeeb99
sed -ie 's/gaim/purple/g'
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 19 Mar 2007 07:01:17 +0000 |
parents | 5fe8042783c1 |
children | 1927f4ead3ca |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/family_icq.c Mon Mar 19 06:11:46 2007 +0000 +++ b/libpurple/protocols/oscar/family_icq.c Mon Mar 19 07:01:17 2007 +0000 @@ -1,5 +1,5 @@ /* - * Gaim's oscar protocol plugin + * Purple's oscar protocol plugin * This file is the legal property of its developers. * Please see the AUTHORS file distributed alongside this file. * @@ -378,7 +378,7 @@ time(&t); tm = gmtime(&t); - timestr = gaim_utf8_strftime("%a, %d %b %Y %T %Z", tm); + timestr = purple_utf8_strftime("%a, %d %b %Y %T %Z", tm); /* The length of xml included the null terminating character */ xmllen = 225 + strlen(name) + strlen(msg) + strlen(od->sn) + strlen(alias) + strlen(timestr) + 1; @@ -482,7 +482,7 @@ if (!(tl = aim_tlvlist_read(bs)) || !(datatlv = aim_tlv_gettlv(tl, 0x0001, 1))) { aim_tlvlist_free(&tl); - gaim_debug_misc("oscar", "corrupt ICQ response\n"); + purple_debug_misc("oscar", "corrupt ICQ response\n"); return 0; } @@ -493,7 +493,7 @@ cmd = byte_stream_getle16(&qbs); reqid = byte_stream_getle16(&qbs); - gaim_debug_misc("oscar", "icq response: %d bytes, %ld, 0x%04x, 0x%04x\n", cmdlen, ouruin, cmd, reqid); + purple_debug_misc("oscar", "icq response: %d bytes, %ld, 0x%04x, 0x%04x\n", cmdlen, ouruin, cmd, reqid); if (cmd == 0x0041) { /* offline message */ struct aim_icq_offlinemsg msg;