mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-20 16:28:41 +01: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