Corrected a typo in the ext2spice code as pointed out (with
corretion) user cgurleyuk on github.
This commit is contained in:
parent
8445f3eb5d
commit
67d68717ca
|
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue