SourceCode/Bond/BondEq/ToolUnits.cpp @@ -80,6 +80,10 @@ void CToolUnits::createDir(const char* pszDir) { if (isDirectory(std::string(pszDir))) { return; } CString strDir = pszDir; int lastIndex = 0; int index = strDir.Find(_T("\\"), lastIndex);