|
From: SourceForge.net <no...@so...> - 2005-06-03 11:31:43
|
Patches item #1214135, was opened at 2005-06-03 06:03 Message generated for change (Settings changed) made by lschiere You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1214135&group_id=235 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: starfire (starfire1) >Assigned to: Tim Ringenbach (marv_sf) Summary: remove gaim_url_encode on yahoo file xfer Initial Comment: i don't know what this does, but it's been bugging me since 1.1.2 because it screws up filenames with periods, spaces, or underscores. it's like rocket science trying to explain to illiterate people how to change a file extension to .jpg or what not. lol anwyays, this is all it is - yahoo_packet_hash(pkt, 27, gaim_url_encode(filename)); + yahoo_packet_hash(pkt, 27, filename); tested, works great on both nix and win32 version ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1214135&group_id=235 |