Commit 6df50194 by lsk

编译报错修改

parent d287d83b
......@@ -49,11 +49,12 @@ void getOldCovers(IModule mod)
donflg = true;
}
// #### label rep
repLabel:
while(true){
int chk = 1;
String extid = NULLSTR;
int use = 0;
repLabel:
while(true){
BigDecimal rat = null;
String lstcbenam = NULLSTR;
String fchownref = NULLSTR;
......
......@@ -29,6 +29,8 @@ event $filrecv order 1000
String filenamein = NULLSTR;
String filenameout = NULLSTR;
String filenameoutfull = NULLSTR;
UpdateGrids:
while(true){
for(int selidx = 2;selidx <= stmCnt;selidx++)
{
// ignore operation (= 1st line of DDRSTREAM)
......@@ -37,8 +39,6 @@ event $filrecv order 1000
filenameout = getNormalizedFilename( Platform.getLastNode( filenamein ) );
filenameoutfull = Platform.getFullName( "tmp", filenameout );
Platform.FileCopy( "client:" + filenamein, filenameoutfull );
UpdateGrids:
while(true){
if( Platform.errorCode() > 0 )
{
Platform.errorMessage( #CT001116, Platform.getErrorText() );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment