From fb77b5ef899ec3463b1877f328e36402a3ccf076 Mon Sep 17 00:00:00 2001 From: sauron Date: Tue, 16 Sep 2025 20:36:28 +0900 Subject: [PATCH] commit 2025-09-16 20:38 edit a bit ZCppMain/ZtCObjList.H --- ZCppMain/ZtCObjList.H | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ZCppMain/ZtCObjList.H b/ZCppMain/ZtCObjList.H index 1b2f06d..4711f82 100644 --- a/ZCppMain/ZtCObjList.H +++ b/ZCppMain/ZtCObjList.H @@ -703,7 +703,7 @@ namespace ZNsMain ZCLink* VP_RhsCutTail = - rhs.mp_NoUseHead->GetNextPrevPtr(AI_FetchSize-1); + rhs.mp_NoUseHead->GetNextPtr( AI_FetchSize-1 ) ; ZCLink* VP_RhsNewHead = VP_RhsCutTail->GetNextPtr( ); if(ml_UseSize<1) @@ -942,8 +942,8 @@ namespace ZNsMain TypeSize VL_LoopIndex=0 ; ZCLink* VP_TmpLink =this; - while(VL_LoopIndex++mp_NextLink; + while(VL_LoopIndex++ < AL_Distance) + VP_TmpLink = VP_TmpLink->mp_NextLink ; return VP_TmpLink; }/* @@ -954,8 +954,8 @@ namespace ZNsMain TypeSize VL_LoopIndex=0 ; ZCLink* VP_TmpLink =this; - while(VL_LoopIndex++mp_PrevtLink; + while(VL_LoopIndex++ < AL_Distance) + VP_TmpLink = VP_TmpLink->mp_PrevtLink ; return VP_TmpLink; }/* @@ -967,8 +967,8 @@ namespace ZNsMain TypeSize VL_LoopIndex=0 ; ZCLink* VP_TmpLink =const_cast(this); - while(VL_LoopIndex++mp_NextLink; + while(VL_LoopIndex++ < AL_Distance) + VP_TmpLink = VP_TmpLink->mp_NextLink ; return VP_TmpLink; }/* @@ -979,8 +979,8 @@ namespace ZNsMain TypeSize VL_LoopIndex=0 ; ZCLink* VP_TmpLink = const_cast(this) ; - while(VL_LoopIndex++mp_PrevtLink; + while(VL_LoopIndex++ < AL_Distance) + VP_TmpLink = VP_TmpLink->mp_PrevtLink ; return VP_TmpLink; }/*