commit 2025-09-04 14:13 add ZCppMain/ZCProcess.H & ZCppMainTest/ZtCThreadEx_000.cpp
This commit is contained in:
@ -113,7 +113,7 @@ namespace ZNsMain
|
||||
TypeLength VL_NeedSize = VL_ThisSize +
|
||||
(AL_Replace-AL_Searched) * VL_PosListSize ;
|
||||
|
||||
TypePChar VPC_ThisStart = this->data() ;
|
||||
TypePChar VPC_ThisStart = const_cast<char*>(this->data()) ;
|
||||
IterEasyID VH_IterEasyID = AR_CPosList.ItHID();
|
||||
TypeLength VL_SearchedPos= 0 ;
|
||||
TypeLength VL_SearchedPre= 0 ; // VL_SearchedPos 의 이전 값
|
||||
@ -179,7 +179,7 @@ namespace ZNsMain
|
||||
|
||||
ARR_SaveOut.resize(VL_NeedSize);
|
||||
|
||||
TypePChar VPC_OutStart = ARR_SaveOut.data() ;
|
||||
TypePChar VPC_OutStart = const_cast<char*>(ARR_SaveOut.data()) ;
|
||||
TypePChar VPC_CopyStart = 0 ;
|
||||
TypePChar VPC_DestStart = 0 ;
|
||||
TypeLength VL_CopyStart = 0 ;
|
||||
|
Reference in New Issue
Block a user