mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-20 15:02:27 +02:00
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:
parent
ec5b89618b
commit
f1a90e957a
1
.#ChangeLog
Symbolic link
1
.#ChangeLog
Symbolic link
@ -0,0 +1 @@
|
||||
fredg@frozone.3298:1622508567
|
@ -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'.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user