* Moving over some cosmetic changes from a patchset.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1269 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2011-08-13 09:38:26 +00:00
parent dfc159f67a
commit 7680277eee
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ cg_d_group(core::Download* download) {
const std::string&
cg_d_group_name(core::Download* download) {
return torrent::resource_manager()->group_at(torrent::resource_manager()->entry_at(download->main()).group()).name();
return torrent::resource_manager()->group_at(torrent::resource_manager()->entry_at(download->main()).group())->name();
}
void