LAPTOP-T815PCOQ\25526
2024-11-26 893975d8197b1ed7241ca630490f8f6b3f7d32ea
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);