- Fixed a couple of compiler found bugs generated by the new C compiler
- Added support to tasinit for status display part of tas-application
This commit is contained in:
@@ -344,7 +344,7 @@
|
||||
if(iRet != 1)
|
||||
{
|
||||
pPriv->iError = BADINPUT;
|
||||
return;
|
||||
return 0;
|
||||
}
|
||||
|
||||
return CookerSetPar(self,parname,fValue);
|
||||
|
||||
Reference in New Issue
Block a user