ranges: fix parsing of ulong_max and ptr_max (not currently used)
commit0196407f5b1d5327323570536a679b4fa1a01256
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 25 Jul 2018 09:22:10 +0000 (25 12:22 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 25 Jul 2018 09:22:10 +0000 (25 12:22 +0300)
tree49f32c9a6244ff3c74e95105cf5a436837efbde7
parentabd3702452a925073c120dbb68e7712801444e6e
ranges: fix parsing of ulong_max and ptr_max (not currently used)

These are supposed to be the number of characters in the name, but they
have cut and paste bugs.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_ranges.c