- 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:
cvs
2001-01-15 10:05:43 +00:00
parent d3b8f38ced
commit e64773949d
26 changed files with 155 additions and 55 deletions

2
hkl.c
View File

@ -1393,7 +1393,7 @@ ente:
iRet = GetCurrentPosition(self,pCon,fSet);
if(iRet == 0)
{
return;
return 0;
}
angle2HKL(self,(double)fSet[0],(double)fSet[1],
(double)fSet[2],(double)fSet[3],fHKL);