From f52ff234d75e0c8b63d5c8437f9c4aefa386d646 Mon Sep 17 00:00:00 2001 From: sauron Date: Tue, 2 Sep 2025 14:37:39 +0900 Subject: [PATCH] commit 2025-09-02 14:37 refine Replace() in ZCppMain/ZtCStringEx.H --- ZCppMain/ZCStringStd.H | 4 ++-- ZCppMain/ZtCStringEx.H | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ZCppMain/ZCStringStd.H b/ZCppMain/ZCStringStd.H index 819a419..e7ec904 100644 --- a/ZCppMain/ZCStringStd.H +++ b/ZCppMain/ZCStringStd.H @@ -160,7 +160,7 @@ namespace ZNsMain }/* __for1(TypeLength, i, VL_PosListSize)*/ - if(VL_DestStart VL_MoveStart) { ::memmove /*::::::::::::::::::::::::::::::*/ ( @@ -170,7 +170,7 @@ namespace ZNsMain ); /*::::::::::::::::::::::::::::::::::::::::*/ }/* - if(VL_DestStart VL_MoveStart)*/ this->resize(VL_NeedSize); return *this; }/* diff --git a/ZCppMain/ZtCStringEx.H b/ZCppMain/ZtCStringEx.H index 5a4da68..2f28334 100644 --- a/ZCppMain/ZtCStringEx.H +++ b/ZCppMain/ZtCStringEx.H @@ -430,7 +430,7 @@ namespace ZNsMain }/* __for1(TypeLength, i, VL_PosListSize)*/ - if(VL_DestStart VL_MoveStart) { ::memmove /*::::::::::::::::::::::::::::::::::::::::*/ ( @@ -440,7 +440,7 @@ namespace ZNsMain ); /*::::::::::::::::::::::::::::::::::::::::::::::::::*/ }/* - if(VL_DestStart VL_MoveStart)*/ this->resize(VL_NeedSize); return *this; }/*