mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-29 07:02:34 +02:00
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:
parent
b697f164e3
commit
4173eb3b95
@ -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'.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user