[Pidgin] #9584: Fixes receiving files on IRC

Pidgin trac at pidgin.im
Tue Jun 30 23:38:19 EDT 2009


#9584: Fixes receiving files on IRC
---------------------+------------------------------------------------------
 Reporter:  freesta  |     Owner:  elb  
     Type:  patch    |    Status:  new  
Component:  IRC      |   Version:  2.5.8
 Keywords:           |  
---------------------+------------------------------------------------------
 The bytes_sent information which is transmitted to the sender while
 receiving a file has (according to dcc specs and a comment in the file) a
 wrong length on 64 bit systems. This causes pidgin to transmit wrong (too
 high) bytes_sent numbers to the sender. If the sender is mIRC, it seems to
 cancel the transfer immediately.

 Changing the data type from unsigned long to uint32_t solved the issue.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/9584>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list