2021-06-01 Fred Gleason <fredg@paravelsystems.com>

* Cleaned up a compile warning in 'lib/rdevent_line.cpp'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2021-06-01 11:55:19 -04:00
parent ec5b89618b
commit f1a90e957a
3 changed files with 5 additions and 2 deletions

1
.#ChangeLog Symbolic link
View File

@ -0,0 +1 @@
fredg@frozone.3298:1622508567

View File

@ -21772,3 +21772,5 @@
* Cleaned up compile warnings in 'lib/rdcut.cpp'.
2021-06-01 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compile warnings in 'lib/rddownload.cpp'.
2021-06-01 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up a compile warning in 'lib/rdevent_line.cpp'.

View File

@ -2,7 +2,7 @@
//
// Abstract a Rivendell Log Manager Event
//
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@ -554,7 +554,7 @@ bool RDEventLine::generateLog(QString logname,const QString &svcname,
QString svcname_rp = svcname;
svcname_rp.replace(" ","_");
time.addMSecs(postimport_length);
time=time.addMSecs(postimport_length);
if(event_artist_sep>=-1 && event_artist_sep<=50000) {
artistsep = event_artist_sep;