commit 2025-09-20 10:22 edit a bit ZCppMain/ZtCStringEx.H
This commit is contained in:
@ -776,7 +776,8 @@ namespace ZNsMain
|
||||
{
|
||||
this->FiniMem(mpc_Data);
|
||||
|
||||
mpc_Data =this->InitMem((VL_NewAllocSize+1)*sizeof(TypeChar));
|
||||
mpc_Data =this->InitMem
|
||||
( (VL_NewAllocSize+1)*sizeof(TypeChar) );
|
||||
ml_AllLen =VL_NewAllocSize ;
|
||||
ml_UseLen =0 ;
|
||||
mpc_Data[0]=0 ;
|
||||
|
Reference in New Issue
Block a user