- Fixed a bug in hklscan: core dump when writing to file
- Fixed two small issues with evcontroller: no test for privilege on drive - Many changes to AMOR software.
This commit is contained in:
@@ -135,7 +135,7 @@
|
||||
SCWriteUUencoded(pCon,"arrow_spinupup",iData,
|
||||
(iLength+1)*sizeof(int));
|
||||
/* send counts for other detector */
|
||||
GetScanMonitor(pScan,0,lData,iLength);
|
||||
GetScanMonitor(pScan,2,lData,iLength);
|
||||
for(i = 0 ; i < iLength; i++)
|
||||
{
|
||||
iData[i+1] = htonl((int)(lData[i]));
|
||||
|
||||
Reference in New Issue
Block a user