cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: bagder: curl/lib connect.c, 1.102, 1.103 hostip.c, 1.152, 1.153 hostip.h, 1.32, 1.33 hostip6.c, 1.4, 1.5 hostthre.c, 1.6, 1.7 url.c, 1.392, 1.393

From: Gisle Vanem <gvanem_at_broadpark.no>
Date: Thu, 10 Jun 2004 13:48:33 +0200

> + * Curl_printable_address() returns a printable version of the 1st
> + * address given in the 2nd argument. The result will be stored in
> + * the buf that is bufsize bytes big.

A minor correction:

diff -u3 -Hb CVS-latest/lib/hostip.c lib/hostip.c
--- CVS-latest/lib/hostip.c Thu Jun 10 13:06:21 2004
+++ lib/hostip.c Thu Jun 10 13:45:52 2004
@@ -186,7 +186,7 @@

 /*
  * Curl_printable_address() returns a printable version of the 1st
- * address given in the 2nd argument. The result will be stored in
+ * address given in the 'ip' argument. The result will be stored in
  * the buf that is bufsize bytes big.
  *
  * If the conversion fails, it returns NULL.
diff -u3 -Hb CVS-latest/lib/hostip.h lib/hostip.h
--- CVS-latest/lib/hostip.h Thu Jun 10 13:06:21 2004
+++ lib/hostip.h Thu Jun 10 13:46:08 2004
@@ -137,7 +137,7 @@

 /*
  * Curl_printable_address() returns a printable version of the
- * 1st address given in the 2nd argument. The result will be stored
+ * 1st address given in the 'ip' argument. The result will be stored
  * in the buf that is bufsize bytes big.
  */
 const char *Curl_printable_address(const Curl_ipconnect *ip,

--gv
Received on 2004-06-10