From 5d241187660587bbc4b42af3d238e14e6f1843e1 Mon Sep 17 00:00:00 2001 From: sauron Date: Tue, 2 Sep 2025 11:40:31 +0900 Subject: [PATCH] commit 2025-09-01 11:40 edit a bit ZCppMain/ZCStringStd.H --- ZCppMain/ZCStringStd.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ZCppMain/ZCStringStd.H b/ZCppMain/ZCStringStd.H index 0a301a5..b007385 100644 --- a/ZCppMain/ZCStringStd.H +++ b/ZCppMain/ZCStringStd.H @@ -211,10 +211,10 @@ namespace ZNsMain VL_SearchedPre = VL_SearchedPos + AL_Searched ; VL_DestStart = VL_SearchedPos + - ( AL_Replace-AL_Searched ) * (i-1) ; - VPC_RepalcePos = VPC_OutStart + VL_DestStart ; + ( AL_Replace-AL_Searched ) * (i-1) ; + VPC_RepalcePos = VPC_OutStart + VL_DestStart ; - ::memcpy(VPC_RepalcePos, APC_Replace, AL_Replace); + ::memcpy(VPC_RepalcePos, APC_Replace, AL_Replace) ; AR_CPosList.ItNext(VH_IterEasyID); }/*