mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 06:32:34 +02:00
2022-11-15 Fred Gleason <fredg@paravelsystems.com>
* Fixed a typo in 'lib/rdcut.cpp' that broke cut copy/pasting. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
7b329e94f7
commit
497ccd441d
@ -23687,3 +23687,5 @@
|
||||
2022-11-15 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Applied a PR from Robert Chipperfield that broke waveform
|
||||
generation on ARM architectures.
|
||||
2022-11-15 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a typo in 'lib/rdcut.cpp' that broke cut copy/pasting.
|
||||
|
@ -988,7 +988,7 @@ bool RDCut::copyTo(RDStation *station,RDUser *user,
|
||||
// Copy the Cut Events
|
||||
//
|
||||
sql=QString("select `NUMBER`,`POINT` from `CUT_EVENTS` ")+
|
||||
"where `CUT_NAME`='"+cutName()+"i";
|
||||
"where `CUT_NAME`='"+cutName()+"'";
|
||||
q=new RDSqlQuery(sql);
|
||||
while(q->next()) {
|
||||
sql=QString("insert into `CUT_EVENTS` set ")+
|
||||
|
Loading…
x
Reference in New Issue
Block a user