* Fixed a race-condition in Handshake::event_read() that would cause a

closed Handshake to be inserted into SocketSet.

* Converted torrent::object_write_bencode(...) to use
torrent::object_write_bencode_c(...).


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@931 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2007-07-07 23:16:10 +00:00
parent d04ef5406b
commit 17ebbf1b92
+1 -1
View File
@@ -144,7 +144,7 @@ WindowFileList::redraw() {
default: priority = "BUG"; break;
};
m_canvas->print(0, pos, "%3d %s", done_percentage(e), priority);
m_canvas->print(0, pos, "%3d %s ", done_percentage(e), priority);
int64_t val = e->size_bytes();