Corrected a typo from the previous commit (causes other flags to

be cleared when setting the fixed timestamp flag for LEF reads).
This commit is contained in:
Tim Edwards 2022-01-22 14:35:33 -05:00
parent 8e80644dd7
commit 019b852d84
1 changed files with 1 additions and 1 deletions

View File

@ -1808,7 +1808,7 @@ LefReadMacro(f, mname, oscale, importForeign, doAnnotate, lefTimestamp)
if (lefTimestamp != -1)
{
lefMacro->cd_timestamp = lefTimestamp;
lefMacro->cd_flags = CDFIXEDSTAMP;
lefMacro->cd_flags |= CDFIXEDSTAMP;
}
/* Initial values */