From c734e736906a934245730596954c4ca9bc2754c7 Mon Sep 17 00:00:00 2001 From: sauron Date: Wed, 20 Aug 2025 17:52:45 +0900 Subject: [PATCH] commit 2025-08-20 17:52 edit a bit ZtCStringBase --- ZCppMain/ZtCStringEx.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZCppMain/ZtCStringEx.H b/ZCppMain/ZtCStringEx.H index 3b378df..cc03f5e 100644 --- a/ZCppMain/ZtCStringEx.H +++ b/ZCppMain/ZtCStringEx.H @@ -2414,7 +2414,7 @@ namespace ZNsMain for(int p=AL_ReplaceLen-1; p>=0; --p) { - *VPC_CharDest--=APC_Replace[p]; + *VPC_CharDest-- = APC_Replace[p]; }/* ///////////////////////////////////*/