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:
parent
8e80644dd7
commit
019b852d84
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue