2016-03-24 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in 'ripcd/livewire_lwrpaudio.cpp' that caused
	spurious errors to be dumped to stderr.
This commit is contained in:
fredg@paravelsystems.com 2016-03-24 09:10:38 -04:00
parent cb418987ce
commit 6e1cb968a2
2 changed files with 5 additions and 0 deletions

View File

@ -14796,3 +14796,6 @@
* Incremented the package version to 2.10.3.
2016-03-24 Fred Gleason <fredg@paravelsystems.com>
* Fixed a buffer size bug in 'lib/rdlivewire.cpp'.
2016-03-24 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'ripcd/livewire_lwrpaudio.cpp' that caused
spurious errors to be dumped to stderr.

View File

@ -58,6 +58,7 @@ LiveWireLwrpAudio::LiveWireLwrpAudio(RDMatrix *matrix,QObject *parent,const char
SIGNAL(destinationChanged(unsigned,RDLiveWireDestination *)),
this,
SLOT(destinationChangedData(unsigned,RDLiveWireDestination *)));
/*
connect(livewire_nodes.back(),
SIGNAL(gpoConfigChanged(unsigned,unsigned,unsigned)),
this,
@ -70,6 +71,7 @@ LiveWireLwrpAudio::LiveWireLwrpAudio(RDMatrix *matrix,QObject *parent,const char
SIGNAL(gpoChanged(unsigned,unsigned,unsigned,bool)),
this,
SLOT(gpoChangedData(unsigned,unsigned,unsigned,bool)));
*/
connect(livewire_nodes.back(),
SIGNAL(watchdogStateChanged(unsigned,const QString &)),
this,SLOT(watchdogStateChangedData(unsigned,const QString &)));