ares_inet_ntop: remove definition and usage of macro SPRINTF
authorYang Tse <yangsita@gmail.com>
Thu, 16 Dec 2010 20:27:56 +0000 (21:27 +0100)
committerYang Tse <yangsita@gmail.com>
Thu, 16 Dec 2010 20:27:56 +0000 (21:27 +0100)
commit3670427a0b2409518736ffa93bbbee65c3e5f9e2
tree8d75c35aff9d59ab868521f7c1bd081ba667a2eb
parent52f493c9311be2a76e7bf0c7e41e3f3ee85419cc
ares_inet_ntop: remove definition and usage of macro SPRINTF

Existing definition of SPRINTF always resulted in sprintf() being used,
and sprintf() returning 'int' is already used throughout the library.
inet_ntop.c