type_val: use the correct type in get_db_type_rl()
commit5981520314dd2dc8013bac578482aaeb38c8b116
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 25 Nov 2016 20:08:07 +0000 (25 23:08 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 25 Nov 2016 20:08:07 +0000 (25 23:08 +0300)
tree01c30539f2bfc9d4a51f17de75d14e67338b12ff
parent0887a8215c6e1a13107458d101119dda60d84a2b
type_val: use the correct type in get_db_type_rl()

You would think a function with the name type in it would insist on the
correct type but this was using &llong_ctype.

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