mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 22:51:13 +02:00
2019-08-26 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in caed(8) that broke timescaling support.
This commit is contained in:
@@ -714,10 +714,10 @@ void MainObject::timescalingSupportData(int id,unsigned card)
|
||||
break;
|
||||
}
|
||||
if(state) {
|
||||
cae_server->sendCommand(id,"TS +!");
|
||||
cae_server->sendCommand(id,QString().sprintf("TS %u +!",card));
|
||||
}
|
||||
else {
|
||||
cae_server->sendCommand(id,"TS -!");
|
||||
cae_server->sendCommand(id,QString().sprintf("TS %u -!",card));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user