OutString for scanParameters

This commit is contained in:
Erik Frojdh
2020-07-06 09:19:44 +02:00
parent 28b3fb4101
commit 39bbc5c688
3 changed files with 30 additions and 1 deletions

View File

@ -1008,7 +1008,7 @@ std::string CmdProxy::Scan(int action) {
WrongNumberOfParameters(0);
}
auto t = det->getScan();
os << ToString(t) << '\n';
os << OutString(t) << '\n';
} else if (action == defs::PUT_ACTION) {
// disable
if (args.size() == 1) {