From b62b752c1bba0923f758be54113e42fc7441d44f Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 7 Aug 2010 16:55:09 +1200 Subject: [PATCH] Author: declanw Bug 3004: Solaris 9 SubStudio 12 build failure. --- src/ip/Address.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ip/Address.h b/src/ip/Address.h index d0f35fec04..37c0717968 100644 --- a/src/ip/Address.h +++ b/src/ip/Address.h @@ -248,7 +248,7 @@ public: \param force (optional) require the IPA in a specific format. \return pointer to buffer received. */ - char* NtoA(char *buf, unsigned int len, int force = AF_UNSPEC) const; + char* NtoA(char *buf, const unsigned int blen, int force = AF_UNSPEC) const; /** Return the ASCII equivalent of the address:port combination * Provides a URL formatted version of the content. -- 2.47.2