diff --git a/VERSION b/VERSION index b61a571b..8d56667c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.372 +8.3.373 diff --git a/ext2spice/ext2hier.c b/ext2spice/ext2hier.c index 8a47fbb7..f2c970f7 100644 --- a/ext2spice/ext2hier.c +++ b/ext2spice/ext2hier.c @@ -427,7 +427,7 @@ esOutputHierResistor(hc, dev, scale, term1, term2, has_model, l, w, dscale) { fprintf(esSpiceF, " w="); esSIvalue(esSpiceF, 1.0E-6 * (float)w * scale * esScale); - fprintf(esSpiceF, " w="); + fprintf(esSpiceF, " l="); esSIvalue(esSpiceF, 1.0E-6 * (float)((l * scale * esScale) / dscale)); } spcHierWriteParams(hc, dev, scale, l, w, sdM);