Merge topic 'update-kwsys'
063617c
Merge branch 'upstream-kwsys' into update-kwsys045fc84
KWSys 2013-06-24 (3d1d4e7c)
This commit is contained in:
commit
2ed149caef
|
@ -605,7 +605,7 @@ bool SystemTools::MakeDirectory(const char* path)
|
|||
}
|
||||
if(SystemTools::FileExists(path))
|
||||
{
|
||||
return true;
|
||||
return SystemTools::FileIsDirectory(path);
|
||||
}
|
||||
kwsys_stl::string dir = path;
|
||||
if(dir.size() == 0)
|
||||
|
|
Loading…
Reference in New Issue