Skip to content

Commit 6bee469

Browse files
committed
update:configure and build fixed
1 parent 4f50fe8 commit 6bee469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

XEngine_Release/XEngine_Config/XEngine_VersionConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"XVer":[
3-
"V3.17.0.1001 Build20250304",
3+
"V3.17.0.1001 Build20250305",
44
"V3.16.0.1001 Build20250113",
55
"V3.15.0.1001 Build20241121",
66
"V3.14.0.1001 Build20240920",

XEngine_Source/AuthorizeModule_CDKey/Authorize_CDKey/Authorize_CDKey.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ bool CAuthorize_CDKey::Authorize_CDKey_WriteTime(LPCXSTR lpszFileKey, int nCount
10891089
if (nCount > 0)
10901090
{
10911091
int nListCount = 0;
1092-
XCHAR** pptszListTime;
1092+
XCHAR** pptszListTime = NULL;
10931093
//读取现有的
10941094
Authorize_CDKey_ReadTime(lpszFileKey, &pptszListTime, &nListCount);
10951095
//是否大于14 >= 10

0 commit comments

Comments
 (0)