Changeset 2996

Show
Ignore:
Timestamp:
05/01/06 18:22:15 (3 years ago)
Author:
madcat
Message:

0.3 HOTFIX: Fixes files renaming from user interface(s) [ win32/gcc builds ]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/hncore/cgcomm/sub_download.cpp

    r2954 r2996  
    577577        CHECK_THROW(nameLen); 
    578578        (*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) 
    580581        ); 
    581582        (*it)->setDirty(true);