Skip to content

Commit a8861be

Browse files
ShaurenOvahlord
authored andcommitted
Tools/Extractors: Warn when casc storage could not be opened in remote mode because a local installation was detected in input/cache directory
1 parent 84b5bec commit a8861be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/Collision/Maps/TileAssembler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ namespace VMAP
5555
TileAssembler::TileAssembler(const std::string& pSrcDirName, const std::string& pDestDirName)
5656
: iDestDir(pDestDirName), iSrcDir(pSrcDirName)
5757
{
58-
boost::filesystem::create_directory(iDestDir);
58+
boost::filesystem::create_directories(iDestDir);
5959
}
6060

6161
TileAssembler::~TileAssembler()

0 commit comments

Comments
 (0)