]> sjero.net Git - wget/blobdiff - src/cookies.c
[svn] Rename long_to_string to number_to_string, and make it return a useful
[wget] / src / cookies.c
index b4559600a2893c6b2dd0880d69d254390e6fab1b..411160ee8f27aef775941efc3f2604a206512c5a 100644 (file)
@@ -121,7 +121,7 @@ delete_cookie (struct cookie *cookie)
   result = alloca (HP_len + 1 + numdigit (port) + 1);  \
   memcpy (result, host, HP_len);                       \
   result[HP_len] = ':';                                        \
-  long_to_string (result + HP_len + 1, port);          \
+  number_to_string (result + HP_len + 1, port);                \
 } while (0)
 
 /* Find cookie chain that corresponds to DOMAIN (exact) and PORT.  */