diff --git a/ChangeLog b/ChangeLog index 5e5d4008..8f108679 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23687,3 +23687,5 @@ 2022-11-15 Fred Gleason * Applied a PR from Robert Chipperfield that broke waveform generation on ARM architectures. +2022-11-15 Fred Gleason + * Fixed a typo in 'lib/rdcut.cpp' that broke cut copy/pasting. diff --git a/lib/rdcut.cpp b/lib/rdcut.cpp index e260d3b0..236f1a9b 100644 --- a/lib/rdcut.cpp +++ b/lib/rdcut.cpp @@ -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 ")+