Mercurial > pidgin
comparison src/oscar.c @ 1082:13df4e342cff
[gaim-migrate @ 1092]
oops
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 10 Nov 2000 23:26:57 +0000 |
| parents | efcacae6acdb |
| children | ce201056e7a6 |
comparison
equal
deleted
inserted
replaced
| 1081:efcacae6acdb | 1082:13df4e342cff |
|---|---|
| 584 case 0xe: /* Chat */ | 584 case 0xe: /* Chat */ |
| 585 { | 585 { |
| 586 struct aim_conn_t *tstconn = aim_newconn(sess, AIM_CONN_TYPE_CHAT, ip); | 586 struct aim_conn_t *tstconn = aim_newconn(sess, AIM_CONN_TYPE_CHAT, ip); |
| 587 char *roomname = va_arg(ap, char *); | 587 char *roomname = va_arg(ap, char *); |
| 588 struct chat_connection *ccon; | 588 struct chat_connection *ccon; |
| 589 if (tstconn == NULL || tstconn->status >= AIM_CONN_STATUS_RESOLVERR) { | 589 if (tstconn == NULL || tstconn->status & AIM_CONN_STATUS_RESOLVERR) { |
| 590 debug_print("unable to connect to chat server\n"); | 590 debug_print("unable to connect to chat server\n"); |
| 591 return 1; | 591 return 1; |
| 592 } | 592 } |
| 593 sprintf(debug_buff, "Connected to chat room %s\n", roomname); | 593 sprintf(debug_buff, "Connected to chat room %s\n", roomname); |
| 594 debug_print(debug_buff); | 594 debug_print(debug_buff); |
