Mercurial > pidgin
comparison src/protocols/msn/notification.c @ 6828:cdcb43229e33
[gaim-migrate @ 7373]
We were sending the protocol versions string backwards. Fixed.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sun, 14 Sep 2003 01:59:46 +0000 |
| parents | 1cfbb731aa1f |
| children | dff2d0a282e7 |
comparison
equal
deleted
inserted
replaced
| 6827:1cfbb731aa1f | 6828:cdcb43229e33 |
|---|---|
| 2080 if (notification->fd != source) | 2080 if (notification->fd != source) |
| 2081 notification->fd = source; | 2081 notification->fd = source; |
| 2082 | 2082 |
| 2083 proto_vers[0] = '\0'; | 2083 proto_vers[0] = '\0'; |
| 2084 | 2084 |
| 2085 for (i = session->protocol_ver; i >= 7; i--) | 2085 for (i = 7; i <= session->protocol_ver; i++) |
| 2086 { | 2086 { |
| 2087 char old_buf[256]; | 2087 char old_buf[256]; |
| 2088 | 2088 |
| 2089 strcpy(old_buf, proto_vers); | 2089 strcpy(old_buf, proto_vers); |
| 2090 | 2090 |
