- Fixes to make SL6 work

- New NeXus libraries
- Added new raw binary transfer mode for mass data
- Added a check script option to configurable virtual motor
This commit is contained in:
koennecke
2012-03-29 08:41:06 +00:00
parent b50f0bca13
commit fc94ead280
5 changed files with 20 additions and 6 deletions

View File

@ -13,7 +13,7 @@
int DumProtHandler(Ascon *a)
{
Tcl_Interp *pTcl = InterpGetTcl(pServ->pSics);
int ret, l;
int ret, l = -1;
char *result = NULL;
int iRet = 1;