From a721d4465ae2e1395a3533c5e697002287734999 Mon Sep 17 00:00:00 2001 From: sauron Date: Sat, 4 Oct 2025 10:26:17 +0900 Subject: [PATCH] commit 2025-10-04 10:26 edit a bit ZCppMain/ZtCStringEx.H --- ZCppMain/ZtCStringEx.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ZCppMain/ZtCStringEx.H b/ZCppMain/ZtCStringEx.H index 3386e8e..02b4f0e 100644 --- a/ZCppMain/ZtCStringEx.H +++ b/ZCppMain/ZtCStringEx.H @@ -560,7 +560,8 @@ namespace ZNsMain }/* if(VL_MemMoveSize>0)*/ - VPC_DestStart = VPC_ThisStart + VL_SearchedPos + VL_DiffLength*(VL_PosListSize - i) ; + VPC_DestStart = VPC_ThisStart + + VL_SearchedPos + VL_DiffLength*(VL_PosListSize - i) ; ::memcpy /*::::::::::::::::::::::::::::::::::::::::*/ (