File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
XEngine_Source/StorageModule_APIHelp/APIHelp_Distributed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -530,6 +530,7 @@ BOOL CAPIHelp_Distributed::APIHelp_Distributed_FileListParse(LPCTSTR lpszMsgBuff
530530 {
531531 pSt_DBFile->st_ProtocolFile .nFileSize = st_JsonArray[i][" nFileSize" ].asInt64 ();
532532 _tcscpy (pSt_DBFile->tszTableName , st_JsonArray[i][" tszTableName" ].asCString ());
533+ _tcscpy (pSt_DBFile->tszBuckKey , st_JsonArray[i][" tszBuckKey" ].asCString ());
533534 _tcscpy (pSt_DBFile->st_ProtocolFile .tszFileUser , st_JsonArray[i][" tszFileUser" ].asCString ());
534535 _tcscpy (pSt_DBFile->st_ProtocolFile .tszFileHash , st_JsonArray[i][" tszFileHash" ].asCString ());
535536 _tcscpy (pSt_DBFile->st_ProtocolFile .tszFileName , st_JsonArray[i][" tszFileName" ].asCString ());
You can’t perform that action at this time.
0 commit comments