mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 14:42:30 +00:00
* Added "-O" flag that takes a single option, allowing ','.
* Added the errno message when a file in a torrent could not be opened. * Added torrent::Object class which will be replacing torrent::Bencode. * Ported to Cygwin, patch supplied by Jussi Kivilinna <jussi.kivilinna@mbnet.fi>. * Update display before entering the main loop, so it won't seem to be blocking when loading torrents. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@637 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -147,7 +147,7 @@ print_ddmmyyyy(char* first, char* last, time_t t) {
|
||||
|
||||
char*
|
||||
print_download_title(char* first, char* last, core::Download* d) {
|
||||
return print_buffer(first, last, "%s", d->get_download().name().c_str());
|
||||
return print_buffer(first, last, " %s", d->get_download().name().c_str());
|
||||
}
|
||||
|
||||
char*
|
||||
|
||||
Reference in New Issue
Block a user