mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-08 08:27:45 +02:00
2021-06-01 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compile warnings in 'lib/rdreport.cpp'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
c16ed24e75
commit
b697f164e3
@ -21782,3 +21782,5 @@
|
||||
* Cleaned up compile warnings in 'lib/rdkernelgpio.cpp'.
|
||||
2021-06-01 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Cleaned up compile warnings in 'lib/rdrenderer.cpp'.
|
||||
2021-06-01 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Cleaned up compile warnings in 'lib/rdreport.cpp'.
|
||||
|
@ -663,7 +663,7 @@ bool RDReport::generateReport(const QDate &startdate,const QDate &enddate,
|
||||
report_config,serviceName());
|
||||
QString post_cmd=RDDateDecode(postExportCommand(RDReport::Linux),startdate,
|
||||
report_station,report_config,serviceName());
|
||||
system(post_cmd.toUtf8());
|
||||
RDCheckExitCode("RDReport::generateReport system",system(post_cmd.toUtf8()));
|
||||
|
||||
sql=QString("delete from `ELR_LINES` where ")+
|
||||
"`SERVICE_NAME`='"+RDEscapeString(mixname)+"'";
|
||||
|
Loading…
x
Reference in New Issue
Block a user