Improve the output format of the 'show' command,

tested with various voltage sources.
This commit is contained in:
Holger Vogt 2026-07-07 15:37:58 +02:00
parent 3128841b99
commit f8c1c8477a
1 changed files with 2 additions and 2 deletions

View File

@ -1053,9 +1053,9 @@ printvals_old(dgen *dg, IFparm *p, int i)
if (i >= n) { if (i >= n) {
if (i == 0) if (i == 0)
fprintf(cp_out, " -"); fprintf(cp_out, " -");
else else
fprintf(cp_out, " "); fprintf(cp_out, " ");
free_if_vec(p, &val); free_if_vec(p, &val);
return 0; return 0;
} }