Changeset 2996
- Timestamp:
- 05/01/06 18:22:15 (3 years ago)
- Files:
-
- hydranode/hncore/cgcomm/sub_download.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/hncore/cgcomm/sub_download.cpp
r2954 r2996 577 577 CHECK_THROW(nameLen); 578 578 (*it)->m_file->setDestination( 579 (*it)->m_file->getDestination().branch_path() / newName 579 (*it)->m_file->getDestination().branch_path() / 580 boost::filesystem::path(newName, boost::filesystem::native) 580 581 ); 581 582 (*it)->setDirty(true);
