]> git.ozlabs.org Git - ccan/commit
tap: fix isdigit and isspace usage.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 17 Mar 2011 11:42:22 +0000 (22:12 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 17 Mar 2011 11:42:22 +0000 (22:12 +1030)
commit18db8f6ff7faf1fe5e831427bc6b524de139dcfe
tree78872f356759323bdd6c99ba914a4d3a88cd0627
parentb7dedf4344c7e573c048a36e7b456f2a4bdbebb7
tap: fix isdigit and isspace usage.

isspace() and isdigit() want an unsigned value.
ccan/tap/tap.c