2019-07-22 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdairplay(1) that caused a spurious 'Log
	in use' error to be generated when attempting to save a log.
This commit is contained in:
Fred Gleason 2019-07-22 14:09:53 -04:00
parent 37fca7eff4
commit 70c88ec498
2 changed files with 4 additions and 1 deletions

View File

@ -18877,3 +18877,6 @@
2019-07-20 Patrick Linstruth <patrick@deltecent.com> 2019-07-20 Patrick Linstruth <patrick@deltecent.com>
* Fixed a regression in rdlibrary(1) where macro cart entries turn * Fixed a regression in rdlibrary(1) where macro cart entries turn
RED after viewing. RED after viewing.
2019-07-22 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdairplay(1) that caused a spurious 'Log
in use' error to be generated when attempting to save a log.

View File

@ -850,7 +850,7 @@ void ListLog::nextButtonData()
void ListLog::loadButtonData() void ListLog::loadButtonData()
{ {
QString name=list_log->logName().left(list_log->logName().length()-4); QString name=list_log->logName();
QString svcname=list_log->serviceName(); QString svcname=list_log->serviceName();
QString err_msg; QString err_msg;
RDLog *edit_log; RDLog *edit_log;