mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-07 18:52:30 +00:00
* Changed function calls in torrent::Download to be const.
* Cleaned up the code that handles printing of download stats, uses a char* for buffer for output more flexible concatenation. Closed torrents are displayed correctly now. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@497 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+3
-1
@@ -50,7 +50,9 @@ namespace utils {
|
||||
|
||||
namespace display {
|
||||
|
||||
std::string print_download_status(core::Download* d);
|
||||
char* print_download_title(char* buf, unsigned int length, core::Download* d);
|
||||
char* print_download_info(char* buf, unsigned int length, core::Download* d);
|
||||
char* print_download_status(char* buf, unsigned int length, core::Download* d);
|
||||
|
||||
std::string print_hhmmss(utils::Timer t);
|
||||
std::string print_ddmmyyyy(time_t t);
|
||||
|
||||
Reference in New Issue
Block a user