mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 16:15:51 +01:00
2018-07-31 Fred Gleason <fredg@paravelsystems.com>
* Refactored 'RDMacro' to handle UTF-8 strings correctly.
This commit is contained in:
@@ -133,7 +133,7 @@ void Harlond::processCommand(RDMacro *cmd)
|
||||
emit rmlEcho(cmd);
|
||||
return;
|
||||
}
|
||||
if(!ProcessGpo(cmd->arg(2).toInt(),cmd->arg(3).toBool(),
|
||||
if(!ProcessGpo(cmd->arg(2).toInt(),cmd->arg(3).toInt(),
|
||||
cmd->arg(4).toInt())) {
|
||||
cmd->acknowledge(false);
|
||||
emit rmlEcho(cmd);
|
||||
|
||||
Reference in New Issue
Block a user