]> granicus.if.org Git - json-c/commit
Add cast to int in calls to isdigit() since some platforms complain about char being...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 5 Feb 2017 04:34:05 +0000 (04:34 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 5 Feb 2017 04:34:05 +0000 (04:34 +0000)
commit91977159ee8037ee529f1f1f75f0fa3309ce351b
treea15debb0381c8cef9c5e64f0220ca0d2c69eead4
parent3fab117e4ebee92b2275e317bcd2e81de791c1a6
Add cast to int in calls to isdigit() since some platforms complain about char being used as an array index.
json_pointer.c