From 497ccd441d4e5022ad65ea77462889e9ee57ebfb Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Tue, 15 Nov 2022 15:11:37 -0500 Subject: [PATCH] 2022-11-15 Fred Gleason * Fixed a typo in 'lib/rdcut.cpp' that broke cut copy/pasting. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ lib/rdcut.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 ")+