|
|
@@ -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;
|