mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 08:10:21 +01:00
2022-10-30 Fred Gleason <fredg@paravelsystems.com>
* Reimplemented the 'Request Deck Status' command using 'RDCatchEvent'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -250,7 +250,7 @@ void RDRipc::DispatchCommand()
|
||||
RDMacro macro;
|
||||
QString str;
|
||||
|
||||
// printf("RDRipc::DispatchCommand: %s\n",(const char *)ripc_accum.toUtf8());
|
||||
// printf("RDRipc::DispatchCommand: %s\n",ripc_accum.toUtf8().constData());
|
||||
QStringList cmds=ripc_accum.split(" ",QString::SkipEmptyParts);
|
||||
|
||||
if(cmds.size()==0) {
|
||||
|
||||
Reference in New Issue
Block a user