mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07: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")
|
||||
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