Changeset 3011 for hydranode/hncore/imp_mldonkey/imp_mldonkey.cpp
- Timestamp:
- 07/07/06 04:30:18 (3 years ago)
- Files:
-
- hydranode/hncore/imp_mldonkey/imp_mldonkey.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/hncore/imp_mldonkey/imp_mldonkey.cpp
r3010 r3011 124 124 } else if (inFiles && !inFile && tmp.find("{") == 0) { 125 125 inFile = true; 126 fileData += tmp.substr(1) + "\n"; 126 127 } else if (inFiles && inFile && tmp == "};") { 127 128 files.push_back(fileData); … … 301 302 } 302 303 303 importList.push_back(f); 304 // only donkey downloads supported currently 305 if (f.m_network == "Donkey") { 306 importList.push_back(f); 307 } 304 308 } 305 309 … … 339 343 } 340 344 } 341 342 343 //int main(int argc, char *argv[]) {344 // boost::filesystem::path::default_name_check(boost::filesystem::native);345 // import(boost::filesystem::path());346 // return 0;347 //}
