mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +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:
@@ -109,7 +109,7 @@ bool BtSs82::secondaryTtyActive()
|
||||
|
||||
void BtSs82::processCommand(RDMacro *cmd)
|
||||
{
|
||||
char str[9];
|
||||
char str[256];
|
||||
|
||||
switch(cmd->command()) {
|
||||
case RDMacro::GO:
|
||||
|
Reference in New Issue
Block a user