mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2018-07-31 Fred Gleason <fredg@paravelsystems.com>
* Refactored 'RDMacro' to handle UTF-8 strings correctly.
This commit is contained in:
@@ -70,8 +70,7 @@ void Switcher::executeMacroCart(unsigned cartnum)
|
||||
rml.setCommand(RDMacro::EX);
|
||||
rml.setAddress(rda->station()->address());
|
||||
rml.setEchoRequested(false);
|
||||
rml.setArgQuantity(1);
|
||||
rml.setArg(0,cartnum);
|
||||
rml.addArg(cartnum);
|
||||
emit rmlEcho(&rml);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user