mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-21 15:18:53 +01:00
fixed problem with datastream help
This commit is contained in:
@@ -2054,7 +2054,7 @@ string slsDetectorCommand::cmdDataStream(int narg, char *args[], int action) {
|
|||||||
myDet->setReceiverOnline(ONLINE_FLAG);
|
myDet->setReceiverOnline(ONLINE_FLAG);
|
||||||
|
|
||||||
if (action==HELP_ACTION)
|
if (action==HELP_ACTION)
|
||||||
return helpStatus(narg,args,HELP_ACTION);
|
return helpDataStream(narg,args,HELP_ACTION);
|
||||||
|
|
||||||
if (action==PUT_ACTION) {
|
if (action==PUT_ACTION) {
|
||||||
if (!sscanf(args[1],"%d",&ival))
|
if (!sscanf(args[1],"%d",&ival))
|
||||||
|
|||||||
Reference in New Issue
Block a user