Prechádzať zdrojové kódy

Z991239-6140 #comment 临时移除该行环境变量的兼容性改造

80374374 7 mesiacov pred
rodič
commit
20502c6642
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Framework/spshell/spshell.cpp

+ 1 - 1
Framework/spshell/spshell.cpp

@@ -127,7 +127,7 @@ static bool IsSpPathType(const CSimpleStringA& value, const char* key)
         lastIsNum = !(path[i] == '.');
         if (!lastIsNum) dotCnt++;
     }
-	if (i == path.GetLength() && dotCnt == 3 && lastIsNum) return true; //D:\Run\version\3.7.1.0
+	//if (i == path.GetLength() && dotCnt == 3 && lastIsNum) return true; //D:\Run\version\3.7.1.0
 
     if (i >= path.GetLength() || dotCnt != 3 || !lastIsNum)
         return false;