delta for mrk - changed test if(status) to if(rtnval)

This commit is contained in:
Bob Zieman
1992-03-26 14:21:08 +00:00
parent 08d42a013c
commit b788480b43
+2 -1
View File
@@ -39,6 +39,7 @@
* .09 12-02-91 mrk Added finishDevSup
* .10 02-10-92 jba Changed error messages
* .11 02-28-92 jba ANSI C changes
* .12 03-26-92 mrk changed test if(status) to if(rtnval)
*
*/
@@ -417,7 +418,7 @@ static long initDatabase()
nset++;
rtnval = addToSet(precord,i,lookAhead,i,j,nset);
if(status==0) status=rtnval;
if(status) return(status);
if(rtnval) return(status); /*I really mean rtnval*/
}
}
dbScanLockInit(nset);