mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-15 14:27:13 +02:00
minor
This commit is contained in:
@ -1288,7 +1288,7 @@ std::string CmdProxy::Counters(int action) {
|
||||
std::vector <int> result;
|
||||
for (size_t i = 0; i < 32; ++i) {
|
||||
if (mask & (1 << i)) {
|
||||
result.push_back((int)i);
|
||||
result.push_back(static_cast<int>(i));
|
||||
}
|
||||
}
|
||||
os << sls::ToString(result) << '\n';
|
||||
|
Reference in New Issue
Block a user