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