mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2021-05-11 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdcastmanager(1) that could cause a segfault when closing the 'List Feed' dialog. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -519,7 +519,7 @@ void RDFeedListModel::updateRowLine(int line)
|
||||
{
|
||||
QString sql=sqlFields()+
|
||||
"where "+
|
||||
"FEEDS.KEY_NAME=\""+RDEscapeString(d_key_names.at(line).at(line))+"\"";
|
||||
"FEEDS.KEY_NAME=\""+RDEscapeString(d_key_names.at(line))+"\"";
|
||||
RDSqlQuery *q=new RDSqlQuery(sql);
|
||||
if(q->first()) {
|
||||
updateRow(line,q);
|
||||
|
||||
Reference in New Issue
Block a user