mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-15 17:12:36 +02:00
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:
parent
cb418987ce
commit
6e1cb968a2
@ -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.
|
||||
|
@ -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 &)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user