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:
Fred Gleason 2022-11-15 15:11:37 -05:00
parent 7b329e94f7
commit 497ccd441d
2 changed files with 3 additions and 1 deletions

View File

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

View File

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