mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 07:31:19 +02:00
2019-03-06 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDWaveData::validateMarkers()' method. * Added an 'RDWaveData::validateDateTime()' method. * Removed the 'RDWaveData::checkDateTimes()' method.
This commit is contained in:
@@ -1034,7 +1034,7 @@ MainObject::Result MainObject::ImportFile(const QString &filename,
|
||||
QString groupname=effective_group->name();
|
||||
found_cart=RunPattern(import_metadata_pattern,RDGetBasePart(filename),
|
||||
wavedata,&groupname);
|
||||
if(!wavedata->checkDateTimes()) {
|
||||
if(wavedata->validateDateTimes()) {
|
||||
Log(RDConfig::LogErr,QString().sprintf(
|
||||
" File \"%s\": End date/time cannot be prior to start date/time, ignoring...\n",
|
||||
(const char *)filename.utf8()));
|
||||
|
Reference in New Issue
Block a user