comparison src/protocols/gg/libgg.c @ 11202:ff4884029708

[gaim-migrate @ 13330] Some compile warning fixes. It's very possible the perl warnings were caused by some of my changes to the core last week committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 08 Aug 2005 02:21:57 +0000
parents f068eaabe332
children 67f874fadb57
comparison
equal deleted inserted replaced
11201:07dc8c6a359f 11202:ff4884029708
1450 { 1450 {
1451 struct gg_header *h; 1451 struct gg_header *h;
1452 struct gg_welcome *w; 1452 struct gg_welcome *w;
1453 struct gg_login60 l; 1453 struct gg_login60 l;
1454 unsigned int hash; 1454 unsigned int hash;
1455 unsigned char *password = sess->password; 1455 char *password = sess->password;
1456 1456
1457 gg_debug(GG_DEBUG_MISC, "== GG_STATE_READING_KEY\n"); 1457 gg_debug(GG_DEBUG_MISC, "== GG_STATE_READING_KEY\n");
1458 1458
1459 if (!(h = gg_recv_packet(sess))) { 1459 if (!(h = gg_recv_packet(sess))) {
1460 gg_debug(GG_DEBUG_MISC, "-- gg_recv_packet() failed. errno = %d (%s)\n", errno, strerror(errno)); 1460 gg_debug(GG_DEBUG_MISC, "-- gg_recv_packet() failed. errno = %d (%s)\n", errno, strerror(errno));