Browse Source

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

80374374 7 tháng trước cách đây
mục cha
commit
20502c6642
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;