commit dd5ff2d3aa0657ac462c70bd3742f4ecf3547e4f
Author: John Marino <[email protected]>
Date: Mon Oct 19 16:46:31 2015 +0200
localedef: actually, not all xdigits are numbers
Automatically flagging xdigits as numbers is not correct. The codes for
'A' to 'F' and 'a' to 'f' are xdigits not not numbers. Revert part of
the previous commit accordingly.
Summary of changes:
usr.bin/localedef/ctype.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dd5ff2d3aa0657ac462c70bd3742f4ecf3547e4f
--
DragonFly BSD source repository