mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2021-12-28 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in caed(8) that broke audio capture under ALSA and JACK. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -217,7 +217,7 @@ void CaeServer::connectionClosedData(int id)
|
||||
|
||||
bool CaeServer::ProcessCommand(int id,const QString &cmd)
|
||||
{
|
||||
printf("CaeServer::ProcessCommand(%d,'%s')\n",id,cmd.toUtf8().constData());
|
||||
// rda->syslog(LOG_NOTICE,"processing command: \"%s\"",cmd.toUtf8().constData());
|
||||
CaeServerConnection *conn=cae_connections.value(id);
|
||||
bool ok=false;
|
||||
QString cmdstr=cmd;
|
||||
|
||||
Reference in New Issue
Block a user