commit 2025-08-25 03:32 edit a bit ZCppMain/ZtCLoadDataBlock.H

This commit is contained in:
2025-08-25 03:32:08 +09:00
parent 490eed99c1
commit a7dd27c31c

View File

@ -619,7 +619,7 @@ namespace ZNsMain
{
if(mb_DoFindStart==false)
{
VB_IsOK=ZCMainChars::FindPosReady
VB_IsOK = ZCMainChars::FindPosReady
<ZtCExamReadyExec&, char, TStringData>
(
*this
@ -633,11 +633,11 @@ namespace ZNsMain
);
//////////////////////////////////////////
if(VB_IsOK==true) mb_DoFindStart=true;
if(VB_IsOK) mb_DoFindStart= true;
}
else // mb_DoFindStart==true
{
VB_IsOK=ZCMainChars::FindPosReady
VB_IsOK = ZCMainChars::FindPosReady
<ZtCExamReadyExec&, char, TStringData>
(
*this
@ -651,11 +651,11 @@ namespace ZNsMain
);
//////////////////////////////////////////
if(VB_IsOK==true) mb_DoFindStart=false;
if(VB_IsOK) mb_DoFindStart= false;
}/*
else // mb_DoFindStart==true*/
}
while(VB_IsOK==true);
while(VB_IsOK);
}/*
void LoadData(const char* APC_Data, ZTypLength AL_Length)*/
@ -688,7 +688,7 @@ namespace ZNsMain
);
/////////////////////////////////////////////////////
if(VB_IsOK==true) mb_DoFindStart=true;
if(VB_IsOK) mb_DoFindStart=true;
}
else // mb_DoFindStart==true
{
@ -707,11 +707,11 @@ namespace ZNsMain
);
//////////////////////////////////////////////
if(VB_IsOK==true) mb_DoFindStart=false;
if(VB_IsOK) mb_DoFindStart=false;
}/*
else // mb_DoFindStart==true */
}
while(VB_IsOK==true);
while(VB_IsOK);
}/*
template<typename THelpType> void LoadData(
const char* APC_Data, ZTypLength AL_Length, THelpType AO_CHelpType) */