Mercurial > pidgin
changeset 264:ced25773243c
[gaim-migrate @ 274]
Whoops.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 25 May 2000 06:29:22 +0000 |
parents | 8aa7368baae7 |
children | 59f1748b09a6 |
files | src/rvous.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/rvous.c Thu May 25 05:25:45 2000 +0000 +++ b/src/rvous.c Thu May 25 06:29:22 2000 +0000 @@ -378,8 +378,9 @@ return; } - if (ntohs(fhdr.hdrtype) != 0xc12) { - sprintf(debug_buff, "%s decided to cancel.\n", ft->user); + if (fhdr.hdrtype != 0xc12) { + sprintf(debug_buff, "%s decided to cancel. (%x)\n", ft->user, + fhdr.hdrtype); debug_print(debug_buff); fclose(ft->f); close(ft->fd);