From 24fd8fea9298f7d01c6891d27f04f829b17df385 Mon Sep 17 00:00:00 2001 From: sauron Date: Thu, 9 Oct 2025 22:24:04 +0900 Subject: [PATCH] commit 2025-10-09 22:23 edit a bit ZCppMain/ZtCStringStd.H --- ZCppMain/ZtCStringStd.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZCppMain/ZtCStringStd.H b/ZCppMain/ZtCStringStd.H index ebbb14a..81921b7 100644 --- a/ZCppMain/ZtCStringStd.H +++ b/ZCppMain/ZtCStringStd.H @@ -581,9 +581,9 @@ namespace ZNsMain typedef typename _ZCSTRINGSTD_::TypeChar TypeChar; typedef typename _ZCSTRINGSTD_::TypeSize TypeSize; - typedef ZtCBoolStr ZCBoolStr; + typedef ZtCBoolStr ZCBoolStr ; - return ARR_SaveCStr(ZCBoolStr::GetMark(AB_Bool)); + return ARR_SaveCStr(ZCBoolStr::GetMark(AB_Bool)) ; }/* _ZCSTRINGSTD_ARG_ _ZCSTRINGSTD_& ZftMakeStr ( _ZCSTRINGSTD_& ARR_SaveCStr, bool AB_Bool ) */