LAPTOP-T815PCOQ\25526
2024-11-27 2cd3e98d5d0bdf341d772b7e75869cd6f2b39280
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);