- Made init function in ascon handle errors
- Minor fixes to scriptcontext.c
This commit is contained in:
@@ -190,7 +190,7 @@ int SctCommand(SConnection *con, SicsInterp *sics, void *object,
|
||||
return 0;
|
||||
}
|
||||
dtime = DoubleTime();
|
||||
snprintf(value,1024,"%ld",(long)dtime);
|
||||
snprintf(value,1024,"%.3f",dtime);
|
||||
SetHdbProperty(node,argv[2], value);
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user