commit 2025-09-02 22:53 edit a bit ReadLongFromIndex() in ZCppMain/ZCStringStd.H

This commit is contained in:
2025-09-02 22:53:35 +09:00
parent 3392905ff0
commit fd611217e3

View File

@ -1514,10 +1514,10 @@ namespace ZNsMain
}/*
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/*######*/ VP_Char[i] =0 ;
TypeLength VB_Return = ZNsMain::ZfAtoL(VP_Char);
VP_Char[i] = 0 ; TypeLength
VL_Return = ZNsMain::ZfAtoL(VP_Char);
this->DeleteMem(VP_Char); return VB_Return;
this->DeleteMem(VP_Char); return VL_Return;
}/*
TypeLength ReadLongFromIndex(TypeLength AL_Index1, TypeLength AL_Index2)*/