Correct reversion in beta-1 that lost date last imported.

This commit is contained in:
Guy Scharf 2020-09-12 14:47:08 -07:00 committed by Guy Scharf
parent ade32fa914
commit 036117d41d

View File

@ -613,7 +613,6 @@ void Machine::setInfo(MachineInfo inf)
{
MachineInfo merged = inf;
if (info.purgeDate.isValid()) merged.purgeDate = info.purgeDate;
if (info.lastimported.isValid()) merged.lastimported = info.lastimported;
info = merged;
m_loader = GetLoader(inf.loadername);
}