2022-09-07 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdcatch(1) that broke operation of the
	head and tail audition buttons.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-09-07 12:17:11 -04:00
parent 2b99b1707d
commit 4b27b119c1
2 changed files with 4 additions and 1 deletions

View File

@@ -301,7 +301,7 @@ QString RecordListModel::hostName(const QModelIndex &row) const
QString RecordListModel::cutName(const QModelIndex &row) const
{
return d_texts.at(row.row()).at(25).toString();
return d_texts.at(row.row()).at(26).toString();
}