mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 06:07:34 +02:00
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:
+1
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user