ares_set_servers_csv: use ISDIGIT
authorDaniel Stenberg <daniel@haxx.se>
Fri, 30 Jul 2010 22:15:38 +0000 (00:15 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 30 Jul 2010 22:16:39 +0000 (00:16 +0200)
commitcef3a4c7aa584eee71da94c61fd65fd821bab65e
tree32f720b22595f7bf5f8b2c1f2288259923f4ca0e
parent8d3380497112f08bcdd1107124b045fd95a95dba
ares_set_servers_csv: use ISDIGIT

The IS*() set of macros are preferred to the regular is*() functions as
they help us avoid the most common pitfalls.
ares_options.c