comparison src/protocols/oscar/oscar.c @ 2931:10a2d4d5bcf2

[gaim-migrate @ 2944] heh. committer: Tailor Script <tailor@pidgin.im>
author Adam Fritzler <mid@auk.cx>
date Tue, 15 Jan 2002 04:07:08 +0000
parents 4ed6fb39870b
children 5d757d040a6a
comparison
equal deleted inserted replaced
2930:adf08f4c9e9d 2931:10a2d4d5bcf2
1774 1774
1775 debug_printf("chat info: Chat Rights:\n"); 1775 debug_printf("chat info: Chat Rights:\n");
1776 debug_printf("chat info: \tMax Concurrent Rooms: %d\n", maxrooms); 1776 debug_printf("chat info: \tMax Concurrent Rooms: %d\n", maxrooms);
1777 debug_printf("chat info: \tExchange List: (%d total)\n", exchangecount); 1777 debug_printf("chat info: \tExchange List: (%d total)\n", exchangecount);
1778 for (i = 0; i < exchangecount; i++) 1778 for (i = 0; i < exchangecount; i++)
1779 debug_printf("chat info: \t\t%d\n", exchanges[i].number); 1779 debug_printf("chat info: \t\t%d %s\n", exchanges[i].number, exchanges[i].name ? exchanges[i].name : "");
1780 while (odata->create_rooms) { 1780 while (odata->create_rooms) {
1781 struct create_room *cr = odata->create_rooms->data; 1781 struct create_room *cr = odata->create_rooms->data;
1782 debug_printf("creating room %s\n", cr->name); 1782 debug_printf("creating room %s\n", cr->name);
1783 aim_chatnav_createroom(sess, fr->conn, cr->name, cr->exchange); 1783 aim_chatnav_createroom(sess, fr->conn, cr->name, cr->exchange);
1784 g_free(cr->name); 1784 g_free(cr->name);