Fixed conflict in 'ChangeLog'

This commit is contained in:
Fred Gleason 2019-04-22 16:46:44 -04:00
commit b6ec19aedc
2 changed files with 4 additions and 1 deletions

View File

@ -18579,3 +18579,6 @@
2019-04-22 Fred Gleason <fredg@paravelsystems.com>
* Modified 'rivendell.spec.in' to pin the Python version used on
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.

View File

@ -244,7 +244,7 @@ MainObject::MainObject(QObject *parent)
}
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(",");
if(f0.size()!=2) {
Log(RDConfig::LogErr,QString("rdimport: invalid argument to --set-daypart-times\n"));