mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 20:37:15 +02:00
Merge branch '3.0' into externalgui
This commit is contained in:
@ -4331,7 +4331,7 @@ string slsDetectorCommand::cmdDetectorSize(int narg, char *args[], int action) {
|
||||
if (cmd=="roimask")
|
||||
sprintf(ans,"0x%x",ret);
|
||||
else
|
||||
sprintf(ans,"0x%d",ret);
|
||||
sprintf(ans,"%d",ret);
|
||||
|
||||
return string(ans);
|
||||
|
||||
|
Reference in New Issue
Block a user