2018-07-27 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in ripcd(8) that threw a segfault when executing
	'DC!'.
This commit is contained in:
Fred Gleason
2018-07-27 09:30:52 -04:00
parent 3e0929ba77
commit 046ddb0264
3 changed files with 17 additions and 11 deletions

View File

@@ -86,7 +86,7 @@ class MainObject : public QObject
void ExecCart(int cartnum);
void LogGpioEvent(int matrix,int line,RDMatrix::GpioType type,bool state);
void ParseCommand(int);
void DispatchCommand(int);
bool DispatchCommand(int);
void KillSocket(int);
void EchoCommand(int,const char *);
void BroadcastCommand(const char *,int except_ch=-1);