mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +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:
@@ -113,7 +113,7 @@ bool BtAcs82::secondaryTtyActive()
|
||||
|
||||
void BtAcs82::processCommand(RDMacro *cmd)
|
||||
{
|
||||
char str[9];
|
||||
char str[256];
|
||||
int lvl=0;
|
||||
|
||||
switch(cmd->command()) {
|
||||
|
Reference in New Issue
Block a user