From f689e59b5875de2d716ef556f56adc7859c28bcd Mon Sep 17 00:00:00 2001 From: sauron Date: Sun, 31 Aug 2025 21:40:09 +0900 Subject: [PATCH] commit 2025-08-31 21:40 edit a bit ZCppMain/ZtCStringEx.H --- ZCppMain/ZtCStringEx.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ZCppMain/ZtCStringEx.H b/ZCppMain/ZtCStringEx.H index b292b15..11d8d53 100644 --- a/ZCppMain/ZtCStringEx.H +++ b/ZCppMain/ZtCStringEx.H @@ -696,7 +696,7 @@ namespace ZNsMain { // APC_Data 를 AL_LoopCnt 번 더한다. - for(TypeLength i=1;i<=AL_LoopCnt;++i) (*this)(APC_Data,AL_Length); return *this; + __for1(TypeLength, i, AL_LoopCnt) (*this)(APC_Data, AL_Length); return *this; }/* ZCStringBase& append(TypeCharC* APC_Data, TypeLength AL_Length, TypeLength AL_LoopCnt)*/ @@ -765,7 +765,7 @@ namespace ZNsMain if(AL_Index1<0 || AL_Index1>AL_Index2 || AL_Index2>=ml_UseLen) { - return *this; /*@@@@@@@@@*/ + return *this; /*:::::::::::::::::*/ }/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/ @@ -774,7 +774,7 @@ namespace ZNsMain ::memmove( mpc_Data +AL_Index1 , mpc_Data +AL_Index2+1, ml_UseLen-AL_Index2-1 - /*////*/ ); + /*::::*/ ); mpc_Data[ml_UseLen-=(AL_Index2-AL_Index1+1)]=0; return *this; }/*