Show
Ignore:
Timestamp:
03/15/10 14:31:50 (2 years ago)
Author:
rakshasa
Message:

* Cleaned up torrent/download.h.

* Removed raw_value as it is redundant.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libtorrent/src/download/download_constructor.cc

    r1144 r1145  
    8989    m_defaultEncoding = b.get_key_string("encoding"); 
    9090 
     91  if (b.has_key_value("creation date")) 
     92    m_download->info()->set_creation_date(b.get_key_value("creation date")); 
     93 
    9194  m_download->info()->change_flags(DownloadInfo::flag_private, 
    9295                                   b.get_key("info").has_key_value("private") &&