mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-07 07:32:34 +02:00
Fixed conflict in 'ChangeLog'
This commit is contained in:
commit
b6ec19aedc
@ -18579,3 +18579,6 @@
|
|||||||
2019-04-22 Fred Gleason <fredg@paravelsystems.com>
|
2019-04-22 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Modified 'rivendell.spec.in' to pin the Python version used on
|
* Modified 'rivendell.spec.in' to pin the Python version used on
|
||||||
RHEL 7 to 3.4.
|
RHEL 7 to 3.4.
|
||||||
|
2019-04-22 Patrick Linstruth <patrick@deltecent.com>
|
||||||
|
* Fixed a regression in rdimport(1) that broke the
|
||||||
|
"--set-daypart-times" argument.
|
||||||
|
@ -244,7 +244,7 @@ MainObject::MainObject(QObject *parent)
|
|||||||
}
|
}
|
||||||
rda->cmdSwitch()->setProcessed(i,true);
|
rda->cmdSwitch()->setProcessed(i,true);
|
||||||
}
|
}
|
||||||
if(rda->cmdSwitch()->key(i)=="--set-daypart-times\n") {
|
if(rda->cmdSwitch()->key(i)=="--set-daypart-times") {
|
||||||
QStringList f0=rda->cmdSwitch()->value(i).split(",");
|
QStringList f0=rda->cmdSwitch()->value(i).split(",");
|
||||||
if(f0.size()!=2) {
|
if(f0.size()!=2) {
|
||||||
Log(RDConfig::LogErr,QString("rdimport: invalid argument to --set-daypart-times\n"));
|
Log(RDConfig::LogErr,QString("rdimport: invalid argument to --set-daypart-times\n"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user