Skip to content

Commit a5e27f7

Browse files
committed
fixed:configure get failed
1 parent 8417506 commit a5e27f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XEngine_Source/XEngine_ModuleConfigure/ModuleConfigure_Json/ModuleConfigure_Json.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ bool CModuleConfigure_Json::ModuleConfigure_Json_File(LPCXSTR lpszConfigFile, XE
175175
_tcsxcpy(pSt_ServerConfig->st_XShortLink.tszHostUrl, st_JsonXShort["tszHostUrl"].asCString());
176176
pSt_ServerConfig->st_XShortLink.nHTTPCode = st_JsonXShort["nHTTPCode"].asInt();
177177

178-
if (st_JsonRoot["XVerification"].empty() || (3 != st_JsonRoot["XVerification"].size()))
178+
if (st_JsonRoot["XVerification"].empty() || (4 != st_JsonRoot["XVerification"].size()))
179179
{
180180
Config_IsErrorOccur = true;
181181
Config_dwErrorCode = ERROR_MODULE_CONFIGURE_JSON_XVERICATION;

0 commit comments

Comments
 (0)