commit 2025-10-08 09:48 add ZtCCharInt in ZCppMain/ZMainHead.H
This commit is contained in:
@ -423,7 +423,7 @@ namespace ZNsMain
|
||||
|
||||
static ZCChars& Trim(ZCChars& ARR_CChars)
|
||||
{
|
||||
ZtCMainChars::Trim(ARR_CChars.data(), RR(ARR_CChars.ml_TypeLength)); return ARR_CChars;
|
||||
ZtCMainChars::Trim(ARR_CChars.data(), RR(ARR_CChars.ml_TypeSize)); return ARR_CChars;
|
||||
}/*
|
||||
static ZCChars& Trim(ZCChars& ARR_CChars)*/
|
||||
|
||||
@ -623,7 +623,7 @@ namespace ZNsMain
|
||||
|
||||
for(TypeLength i=0; i<VI_CompareCnt; ++i)
|
||||
{
|
||||
if(*(--VPC_OrginStart)!=*(--VPC_SearchStart)) return false;
|
||||
if(*(--VPC_OrginStart) != *(--VPC_SearchStart)) return false;
|
||||
}/*
|
||||
for(TypeLength i=0; i<VI_CompareCnt; ++i)*/
|
||||
|
||||
|
Reference in New Issue
Block a user