"Support" negative precision values #183
Labels
bug
Something isn't working
resolved-on-develop
A changeset fixing this issue has been commiutted to the development branch
Apparently, the C99 standard dictates that:
and while not entirely explicit about this regarding in-format-string precision, rather than separate-argument precision - that is the reasonable interpretation. So, we need to parse negative precision values... :-P
In C17, this was changed, so that the precision must be a non-negative value (which makes negative-precision values unsupported syntax and thus we can do what we want with them).
The text was updated successfully, but these errors were encountered: