2021-06-02 Fred Gleason <fredg@paravelsystems.com>

* Cleaned up compile warnings in rdlogmanager(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2021-06-02 14:51:08 -04:00
parent 07f8538401
commit 58129a6158
2 changed files with 3 additions and 1 deletions

View File

@ -21828,3 +21828,5 @@
* Cleaned up compile warnings in rdcatchd(8).
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compile warnings in rdlibrary(1).
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compile warnings in rdlogmanager(1).

View File

@ -136,7 +136,7 @@ void EditSchedRules::importData()
ListClocks *listclocks=new ListClocks(&src_clockname,this);
listclocks->setWindowTitle("RDLogManager - "+tr("Import Rules from Clock"));
if(!listclocks->exec()<0) {
if(listclocks->exec()<0) {
delete listclocks;
return;
}