From b893f0884eb37379b0b0d9786a5b7e09f325557b Mon Sep 17 00:00:00 2001 From: sauron Date: Sat, 20 Sep 2025 08:39:30 +0900 Subject: [PATCH] commit 2025-09-20 08:39 edit a bit ZCppMain/ZMainHead.H --- ZCppMain/ZMainHead.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index 30a3201..46e41fd 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -5664,7 +5664,8 @@ namespace ZNsMain #endif TypeLength VL_Index = 0; TypeLength VL_Loop = /*::::::::::::::::::::::::::*/ - ( ml_TypeLength <= rhs.ml_TypeLength ? + ( + ml_TypeLength <= rhs.ml_TypeLength ? this->ml_TypeLength : rhs. ml_TypeLength ) ;