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:
Fred Gleason 2021-06-01 12:42:53 -04:00
parent c16ed24e75
commit b697f164e3
2 changed files with 3 additions and 1 deletions

View File

@ -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'.

View File

@ -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)+"'";