mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 22:52:31 +00:00
* 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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user