mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-09 14:33:28 +02:00
2018-07-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'RDDeck' that threw a SQL error.
This commit is contained in:
parent
291dfc4d06
commit
83511b896f
@ -17144,3 +17144,5 @@
|
||||
to be mal-formatted.
|
||||
* Fixed a bug in rdcatch(1) that caused Record and Playout events
|
||||
to be saved to the incorrect Location.
|
||||
2018-07-17 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in 'RDDeck' that threw a SQL error.
|
||||
|
@ -249,7 +249,7 @@ QString RDDeck::switchOutputName() const
|
||||
sql=QString("select NAME from OUTPUTS where ")+
|
||||
"(STATION_NAME=\""+RDEscapeString(switchStation())+"\")&&"+
|
||||
QString().sprintf("(MATRIX=%d)&&",switchMatrix())+
|
||||
QString().sprintf("NUMBER=%d)",switchOutput());
|
||||
QString().sprintf("(NUMBER=%d)",switchOutput());
|
||||
RDSqlQuery *q=new RDSqlQuery(sql);
|
||||
if(q->first()) {
|
||||
output_name=q->value(0).toString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user