commit 2025-10-10 10:17 edit a bit ZCppMain/ZMainHeadEx.H
This commit is contained in:
@ -1047,9 +1047,7 @@ namespace ZNsMain
|
|||||||
if(ml_UseLen<1 || AL_BuffSize<1) return 0;
|
if(ml_UseLen<1 || AL_BuffSize<1) return 0;
|
||||||
|
|
||||||
TypeLength VL_LoopCnt = /*>>>>>>>>>>>>>>*/
|
TypeLength VL_LoopCnt = /*>>>>>>>>>>>>>>*/
|
||||||
( ml_UseLen<AL_BuffSize ?
|
( ml_UseLen<AL_BuffSize ? ml_UseLen : AL_BuffSize ) ;
|
||||||
ml_UseLen : AL_BuffSize
|
|
||||||
) ;
|
|
||||||
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
|
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
|
||||||
|
|
||||||
__for0( TypeLength, i, VL_LoopCnt )
|
__for0( TypeLength, i, VL_LoopCnt )
|
||||||
|
Reference in New Issue
Block a user