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:
Fred Gleason
2021-06-02 15:21:57 -04:00
parent 5b07961763
commit 803c17ca36
14 changed files with 36 additions and 18 deletions

View File

@@ -113,7 +113,7 @@ bool BtAcs82::secondaryTtyActive()
void BtAcs82::processCommand(RDMacro *cmd)
{
char str[9];
char str[256];
int lvl=0;
switch(cmd->command()) {