https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249025

Hiroki Sato <h...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |h...@freebsd.org

--- Comment #1 from Hiroki Sato <h...@freebsd.org> ---
(In reply to wbe from comment #0)

%u actually matches an optionally signed integer.  This means digits with "+"
or "-".  The value is casted to an unsigned type after the matching.  This
wording (and behavior) is the same as one in the specification.  I do not think
the current version is incorrect.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Reply via email to