- 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:
@@ -650,7 +650,7 @@
|
||||
pPtr16 = (SQint16 *)pData;
|
||||
for(i = 0; i < iEnd; i++)
|
||||
{
|
||||
plData[i] = (HistInt)pPtr[i];
|
||||
plData[i] = (HistInt)pPtr16[i];
|
||||
}
|
||||
break;
|
||||
case 4:
|
||||
|
||||
Reference in New Issue
Block a user