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

* Cleaned up compile warnings in 'lib/rdsvc.cpp'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2021-06-01 12:45:50 -04:00
parent b697f164e3
commit 4173eb3b95
2 changed files with 5 additions and 1 deletions

View File

@ -21784,3 +21784,5 @@
* Cleaned up compile warnings in 'lib/rdrenderer.cpp'.
2021-06-01 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compile warnings in 'lib/rdreport.cpp'.
2021-06-01 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compile warnings in 'lib/rdsvc.cpp'.

View File

@ -488,7 +488,9 @@ bool RDSvc::import(ImportSource src,const QDate &date,const QString &break_str,
// Run Preimport Command
//
if(!preimport_cmd.isEmpty()) {
system(RDDateDecode(preimport_cmd,date,svc_station,svc_config,svc_name).toUtf8());
RDCheckExitCode("RDSvc::import system",
system(RDDateDecode(preimport_cmd,date,svc_station,
svc_config,svc_name).toUtf8()));
}
QString parser_table;