mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-03 11:00:14 -05:00
Added missing return... which was crashing OSX during directory creation.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4077 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ec0ce30103
commit
e72155c9dc
@ -452,6 +452,8 @@ bool RsDirUtil::checkCreateDirectory(const std::string& dir)
|
|||||||
std::cerr << "check_create_directory()";
|
std::cerr << "check_create_directory()";
|
||||||
std::cerr <<std::endl<< "\tcreated:" <<dir<<std::endl;
|
std::cerr <<std::endl<< "\tcreated:" <<dir<<std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef RSDIR_DEBUG
|
#ifdef RSDIR_DEBUG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user