mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
bug fix:removed 0x prefix for dr
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