mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 14:42:30 +00:00
* Removed Content and moved stuff to DownloadWrapper and FileList.
* Using a char buffer instead of std::string in Handshake::prepare_key_plus_pad(). git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@813 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -98,7 +98,7 @@ WindowFileList::redraw() {
|
||||
Range range = rak::advance_bidirectional<unsigned int>(0, *m_focus, fl->size_files(), m_canvas->height() - pos);
|
||||
|
||||
while (range.first != range.second) {
|
||||
torrent::File* e = fl->at_index(range.first);
|
||||
torrent::File* e = *(fl->begin() + range.first);
|
||||
|
||||
std::string path = e->path()->as_string();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user