mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +02:00
2021-02-23 Fred Gleason <fredg@paravelsystems.com>
* Removed the Qt3Support library from the build system. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// A Rivendell switcher driver for the UNITY4000
|
||||
//
|
||||
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -18,8 +18,6 @@
|
||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
//
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <rdapplication.h>
|
||||
#include <rddb.h>
|
||||
#include <rdescape_string.h>
|
||||
@@ -152,7 +150,7 @@ void Unity4000::processCommand(RDMacro *cmd)
|
||||
sprintf(str,"\x0DSETAUDIO %d %c %s\x0D",
|
||||
output+1,
|
||||
route,
|
||||
(const char *)unity_feed[input].feed());
|
||||
unity_feed[input].feed().toUtf8().constData());
|
||||
unity_device->write(str,strlen(str));
|
||||
}
|
||||
cmd->acknowledge(true);
|
||||
|
Reference in New Issue
Block a user