From 9eeed268f2016fbd8e60123ae0f6302bef1741c8 Mon Sep 17 00:00:00 2001 From: sauron Date: Thu, 21 Aug 2025 14:13:00 +0900 Subject: [PATCH] commit 2025-08-21 14:12 edit a bit in ZMainHead.H --- ZCppMain/ZMainHead.H | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index 70e111d..8688e2d 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -2447,21 +2447,21 @@ namespace ZNsMain - template - inline ZTypLength ZftGetLength(const TTypeCh* ApcChar) + template inline + ZTypLength ZftGetLength(const TTypeCh* ApcChar) { if(ApcChar==0) return 0; - ZTypLength VL_Length=0 ; + ZTypLength VL_Length=0; while(*(ApcChar+VL_Length)!=_T('\0')) ++VL_Length; - ///////////////////////////////////// + /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/ return VL_Length; }/* - template - inline ZTypLength ZftGetLength(const TTypeCh* ApcChar) */ + template inline + ZTypLength ZftGetLength(const TTypeCh* ApcChar) */ template