- Introduced a new trace facility
- Fixed performance problems in many protocol drivers. SKIPPED: psi/julprot.c psi/phytron.c psi/pmacprot.c psi/polterwrite.c psi/spss7.c
This commit is contained in:
@ -543,7 +543,7 @@ pSICSOBJ SetupSICSOBJ(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
priv = decodeSICSPriv(argv[3]);
|
||||
/* convert datatype */
|
||||
type = convertHdbType(argv[4]);
|
||||
if (type > HIPFLOAT) {
|
||||
if (type > HIPTEXT) {
|
||||
SCWrite(pCon,
|
||||
"ERROR: invalid type requested: none, int, float supported",
|
||||
eError);
|
||||
|
Reference in New Issue
Block a user