mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
removed canonicalize_file_name from MacOS compilation
This commit is contained in:
parent
5f69c9ea1f
commit
3f3efca22d
2 changed files with 3 additions and 3 deletions
|
@ -145,7 +145,7 @@ void LocalDirectoryUpdater::recursUpdateSharedDir(const std::string& cumulated_p
|
|||
std::string real_path = RsDirUtil::removeSymLinks(cumulated_path) ;
|
||||
if(existing_directories.end() != existing_directories.find(real_path))
|
||||
{
|
||||
std::cerr << "(EE) Directory " << cumulated_path << " has real path " << real_path << " which already belongs to another shared directory. Ignoring" << std::endl;
|
||||
std::cerr << "(WW) Directory " << cumulated_path << " has real path " << real_path << " which already belongs to another shared directory. Ignoring" << std::endl;
|
||||
return ;
|
||||
}
|
||||
existing_directories.insert(real_path) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue