Corrected a typo in the ext2spice code as pointed out (with

corretion) user cgurleyuk on github.
This commit is contained in:
Tim Edwards 2023-11-10 08:01:51 -05:00
parent 8445f3eb5d
commit 67d68717ca
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8.3.445
8.3.446

View File

@ -3174,7 +3174,7 @@ esSIvalue(file, value)
if (suffix == '\0')
fprintf(file, "%.*g", value, precision);
else
fprintf(file, "%.3*%c", value, precision, suffix);
fprintf(file, "%.*%c", value, precision, suffix);
}
/*