mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compile warnings in ripcd(8). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// A Rivendell switcher driver for the BroadcastTools SS 12.4
|
||||
//
|
||||
// (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
|
||||
@@ -91,7 +91,7 @@ bool BtSs124::secondaryTtyActive()
|
||||
|
||||
void BtSs124::processCommand(RDMacro *cmd)
|
||||
{
|
||||
char str[9];
|
||||
char str[256];
|
||||
|
||||
switch(cmd->command()) {
|
||||
case RDMacro::SA:
|
||||
|
Reference in New Issue
Block a user