LAPTOP-SNT8I5JK\Boounion
2024-12-02 d9e65f3f10d4be89b3deb65ca3e16ce557fb875d
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);