mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 23:22:31 +00:00
Cleanup.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@341 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -43,8 +43,9 @@ WindowTrackerList::redraw() {
|
||||
while (range.first != range.second) {
|
||||
torrent::Tracker t = m_download->get_download().get_tracker(range.first);
|
||||
|
||||
m_canvas->print(0, pos, "%c %s",
|
||||
m_canvas->print(0, pos, "%c %2i %s",
|
||||
range.first == *m_focus ? '*' : ' ',
|
||||
t.get_group(),
|
||||
t.get_url().c_str());
|
||||
|
||||
++range.first;
|
||||
|
||||
Reference in New Issue
Block a user