Skip to content

Commit

Permalink
Update fpconv.c
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored Sep 20, 2021
1 parent fe5a78e commit 7dac6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpconv.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static void set_number_format(char *fmt, int precision)
{
int d1, d2, i;

assert(1 <= precision && precision <= 14);
assert(1 <= precision && precision <= 17);

/* Create printf format (%.14g) from precision */
d1 = precision / 10;
Expand Down

0 comments on commit 7dac6fd

Please sign in to comment.