2022-09-25 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in the Disc Ripper in rdlibrary(1) that caused cart
	list to be to be updated to reflected newly added carts.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-09-25 15:32:27 -04:00
parent d9237ddac7
commit d4a18790ae
5 changed files with 57 additions and 19 deletions

View File

@@ -558,7 +558,7 @@ bool RDGroup::ReserveCart(const QString &station_name,RDCart::Type type,
{
//
// We use QSqlQuery here, not RDSqlQuery because the insert could
// fail and we don't want to reset the DB connection when that happens.
// fail and we don't want to reset the DB connection if that happens.
//
QString sql;
QSqlQuery *q;