Skip to content

Commit f36763a

Browse files
committed
update:exmaple
1 parent 55cb878 commit f36763a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XEngine_APPClient/APPClient_UPDate/APPClient_UPMaker/APPClient_UPMaker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ BOOL HelpModule_Api_BuildVer(TCHAR* ptszLocalBuffer, TCHAR* ptszRemoteBuffer, in
144144
_tcscpy(tszSubPath, stl_ListIterator->tszFilePath);
145145

146146
tszDelPath[_tcslen(tszDelPath) - 2] = '\0';
147-
BaseLib_OperatorString_DelLastForChar(tszDelPath, '\\');
147+
BaseLib_OperatorString_DelSub(tszDelPath, "\\");
148148
_tcscat(tszDelPath, "\\");
149149

150150
BaseLib_OperatorString_DelSub(tszSubPath, tszDelPath);

0 commit comments

Comments
 (0)