- Improvements to the chooper driver for the SANS2 chopper
- Fixes to the new counter and motor drivers - Updated Linux makefiles to linux_def SKIPPED: psi/dornier2.c psi/el734hp.c psi/el737hpdriv.c psi/makefile_linux psi/psi.c psi/hardsup/makefile_linux psi/tecs/makefile_linux
This commit is contained in:
@ -48,7 +48,7 @@ static int UserCount(pScanData self, int iPoint)
|
||||
}
|
||||
|
||||
/* invoke command */
|
||||
sprintf(pBueffel,"%s %d",self->pCommand, iPoint);
|
||||
snprintf(pBueffel,511,"%s %d",self->pCommand, iPoint);
|
||||
status = Tcl_GlobalEval(self->pSics->pTcl,pBueffel);
|
||||
if(status != TCL_OK)
|
||||
{
|
||||
|
Reference in New Issue
Block a user