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 ) ;