mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 12:33:40 +01:00
Merge branch '3.0' into developer
This commit is contained in:
@@ -4329,7 +4329,7 @@ string slsDetectorCommand::cmdDetectorSize(int narg, char *args[], int action) {
|
|||||||
if (cmd=="roimask")
|
if (cmd=="roimask")
|
||||||
sprintf(ans,"0x%x",ret);
|
sprintf(ans,"0x%x",ret);
|
||||||
else
|
else
|
||||||
sprintf(ans,"0x%d",ret);
|
sprintf(ans,"%d",ret);
|
||||||
|
|
||||||
return string(ans);
|
return string(ans);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user