commit 2025-08-31 21:32 edit a bit ZCppMain/ZtCStringEx.H

This commit is contained in:
2025-08-31 21:32:58 +09:00
parent c487215065
commit ee9065f37c
3 changed files with 14 additions and 12 deletions

View File

@ -1050,7 +1050,7 @@ namespace ZNsMain
{
if(this->DoStart(APC_Data, AL_Length)==true) MoveFirst(AL_Length);
return *this; /*################################################*/
return *this; /*++++++++++++++++++++++++++++++++++++++++++++++++*/
}/*
ZCStringBase& Minus(TypeCharC* APC_Data, TypeLength AL_Length)*/
@ -5438,7 +5438,9 @@ namespace ZNsMain
(
( VL_ReadCnt = ::read
(
AH_FileDesc, VO_CStringBuff.mpc_Data+VO_CStringBuff.ml_UseLen, VL_LoadLen
AH_FileDesc,
VO_CStringBuff.mpc_Data + VO_CStringBuff.ml_UseLen,
VL_LoadLen
)
) > 0
)