Changeset 1145 for trunk/libtorrent/src/download/download_constructor.cc
- Timestamp:
- 03/15/10 14:31:50 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtorrent/src/download/download_constructor.cc
r1144 r1145 89 89 m_defaultEncoding = b.get_key_string("encoding"); 90 90 91 if (b.has_key_value("creation date")) 92 m_download->info()->set_creation_date(b.get_key_value("creation date")); 93 91 94 m_download->info()->change_flags(DownloadInfo::flag_private, 92 95 b.get_key("info").has_key_value("private") &&
