mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-19 23:21:37 +01:00
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compiler warnings in 'rdlibrary/'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// List RDLibrary Reports
|
||||
//
|
||||
// (C) Copyright 2002-2024 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2025 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -651,7 +651,7 @@ void ListReports::GenerateCartDumpCsv(QString *report,bool prepend_names)
|
||||
*report+=RDCsvField(q->value(30).toInt());
|
||||
}
|
||||
sql=QString("select `SCHED_CODE` from `CART_SCHED_CODES` where ")+
|
||||
QString().sprintf("`CART_NUMBER`=%u",q->value(0).toUInt());
|
||||
QString::asprintf("`CART_NUMBER`=%u",q->value(0).toUInt());
|
||||
QString schedcodes="";
|
||||
q1=new RDSqlQuery(sql);
|
||||
while(q1->next()) {
|
||||
|
||||
Reference in New Issue
Block a user