commit 2025-08-25 03:32 edit a bit ZCppMain/ZtCLoadDataBlock.H
This commit is contained in:
@ -633,7 +633,7 @@ namespace ZNsMain
|
|||||||
);
|
);
|
||||||
//////////////////////////////////////////
|
//////////////////////////////////////////
|
||||||
|
|
||||||
if(VB_IsOK==true) mb_DoFindStart=true;
|
if(VB_IsOK) mb_DoFindStart= true;
|
||||||
}
|
}
|
||||||
else // mb_DoFindStart==true
|
else // mb_DoFindStart==true
|
||||||
{
|
{
|
||||||
@ -651,11 +651,11 @@ namespace ZNsMain
|
|||||||
);
|
);
|
||||||
//////////////////////////////////////////
|
//////////////////////////////////////////
|
||||||
|
|
||||||
if(VB_IsOK==true) mb_DoFindStart=false;
|
if(VB_IsOK) mb_DoFindStart= false;
|
||||||
}/*
|
}/*
|
||||||
else // mb_DoFindStart==true*/
|
else // mb_DoFindStart==true*/
|
||||||
}
|
}
|
||||||
while(VB_IsOK==true);
|
while(VB_IsOK);
|
||||||
}/*
|
}/*
|
||||||
void LoadData(const char* APC_Data, ZTypLength AL_Length)*/
|
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
|
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 */
|
else // mb_DoFindStart==true */
|
||||||
}
|
}
|
||||||
while(VB_IsOK==true);
|
while(VB_IsOK);
|
||||||
}/*
|
}/*
|
||||||
template<typename THelpType> void LoadData(
|
template<typename THelpType> void LoadData(
|
||||||
const char* APC_Data, ZTypLength AL_Length, THelpType AO_CHelpType) */
|
const char* APC_Data, ZTypLength AL_Length, THelpType AO_CHelpType) */
|
||||||
|
Reference in New Issue
Block a user