From 1424b1ea2793dc1dc4891c3f638010976bfae111 Mon Sep 17 00:00:00 2001 From: David Klann Date: Sat, 28 Mar 2020 16:11:35 -0500 Subject: [PATCH] Set log_cut_number in RDLogLine::loadCart(). --- ChangeLog | 3 +++ lib/rdlog_line.cpp | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index f94df90f..dc3877dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19749,3 +19749,6 @@ * Fixed a regression in rdairplay(1) that caused two events to be started by a single spacebar tap if a SoundPanel event had been played previously. +2020-03-28 David Klann + * Fixed a regression in rdexport(1) that caused exported file + names to be constructed improperly. diff --git a/lib/rdlog_line.cpp b/lib/rdlog_line.cpp index 7e666b40..c6b2b00c 100644 --- a/lib/rdlog_line.cpp +++ b/lib/rdlog_line.cpp @@ -2038,6 +2038,7 @@ void RDLogLine::loadCart(int cartnum,int cutnum) log_average_segue_length=segueStartPoint(RDLogLine::AutoPointer)- startPoint(RDLogLine::AutoPointer); } + log_cut_number=cutnum; log_outcue=q->value(10).toString(); log_isrc=q->value(11).toString(); log_isci=q->value(12).toString();