- Added code to read SANS TOF frames from a) files and b) from HM

- Fixed an bug causing core dumps on bad Tcl scripts
- Started on a syntax checker for SICS
This commit is contained in:
cvs
2003-03-14 16:14:31 +00:00
parent a858f25522
commit 1969980f0f
19 changed files with 700 additions and 27 deletions

View File

@ -22,6 +22,9 @@
Added compressed writing method.
Mark Koennecke, October 2000
Added simulation mode
Mark Koennecke, March 2003
Copyright: see copyright.h
-----------------------------------------------------------------------------*/
#include "fortify.h"
@ -1169,7 +1172,8 @@ void SCSetWriteFunc(SConnection *self, writeFunc x)
}
if(pCon->iGrab)
{
sprintf(pBueffel,"ERROR: Request refused, control has been grabbed by somebody else");
sprintf(pBueffel,
"ERROR: Request refused, control has been grabbed by somebody else");
SCWrite(pCon,pBueffel,eError);
return 0;
}
@ -1390,7 +1394,7 @@ void SCSetWriteFunc(SConnection *self, writeFunc x)
SCWrite(pCon,pBueffel,eValue);
return 1;
}
/* check no or args */
if(argc < 3)
{