From 641ef996f9d2be8d1bbd125b8aa3b0698b1fa416 Mon Sep 17 00:00:00 2001 From: sauron Date: Thu, 9 Oct 2025 16:12:32 +0900 Subject: [PATCH] commit 2025-10-09 16:12 edit a bit ZCppMain/ZtCStringEx.H --- ZCppMain/ZtCStringEx.H | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/ZCppMain/ZtCStringEx.H b/ZCppMain/ZtCStringEx.H index 33a9246..9fc70bc 100644 --- a/ZCppMain/ZtCStringEx.H +++ b/ZCppMain/ZtCStringEx.H @@ -7440,17 +7440,13 @@ namespace ZNsMain void clear() { - this->TypeBase::clear(); - this->ml_ListBuffAllByte=0; + this->TypeBase:: /*****/ clear(); + this->ml_ListBuffAllByte = 0 ; this->mo_CStringListBuff.clear(); }/* void clear()*/ - void erase() - { - clear(); - }/* - void erase() + void erase(){ clear(); } public:*/ public: