mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-04-19 19:32:53 +00:00
maint(main): use push_back string method
This commit is contained in:
parent
3a946870f0
commit
62a89ddcea
@ -25,7 +25,7 @@ namespace
|
||||
std::string cmd = "\xFF\xFF\xFF\xFFpatchkill";
|
||||
const auto line = [&cmd](const std::string& text)
|
||||
{
|
||||
cmd.append(" ");
|
||||
cmd.push_back(' ');
|
||||
cmd.append(text);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user