commit 2025-10-09 12:44 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -3726,10 +3726,8 @@ namespace ZNsMain
|
|||||||
TypeLength VL_CurrentPos=0;
|
TypeLength VL_CurrentPos=0;
|
||||||
|
|
||||||
for(; VL_PeriodPos<ARRI_Length; ++VL_PeriodPos)
|
for(; VL_PeriodPos<ARRI_Length; ++VL_PeriodPos)
|
||||||
{
|
{ if( *VPC_StartChar++ =='.' ) break; }
|
||||||
if( *VPC_StartChar++ =='.' ) break;
|
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
|
||||||
}
|
|
||||||
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
|
|
||||||
|
|
||||||
// 마침표가 없거나, 맨 앞에 오거나 맨 끝에 오는 경우도 유효하지 않다.
|
// 마침표가 없거나, 맨 앞에 오거나 맨 끝에 오는 경우도 유효하지 않다.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user