parent
e476cd6b8d
commit
23eccdd467
|
|
@ -651,8 +651,6 @@ LibertyReader::beginLibrary(LibertyGroup *group)
|
|||
library_->units()->currentUnit()->setScale(current_scale_);
|
||||
library_->units()->distanceUnit()->setScale(distance_scale_);
|
||||
|
||||
|
||||
library_->setDelayModelType(DelayModelType::cmos_linear);
|
||||
scale_factors_ = new ScaleFactors("");
|
||||
library_->setScaleFactors(scale_factors_);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -158,6 +158,7 @@ stringPrintTmp(const char *fmt,
|
|||
|
||||
if (tmp_length >= tmp_length1) {
|
||||
tmp_length1 = tmp_length + 1;
|
||||
stringDelete(tmp);
|
||||
tmp = makeTmpString(tmp_length1);
|
||||
va_copy(args_copy, args);
|
||||
tmp_length = vsnprint(tmp, tmp_length1, fmt, args_copy);
|
||||
|
|
|
|||
Loading…
Reference in New Issue