X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fcookies.c;h=411160ee8f27aef775941efc3f2604a206512c5a;hp=b4559600a2893c6b2dd0880d69d254390e6fab1b;hb=943f657aa7e04240c3262c99ecb0f3bca23457a3;hpb=997a87548c84008744f503c987ba4a3ef10351af diff --git a/src/cookies.c b/src/cookies.c index b4559600..411160ee 100644 --- a/src/cookies.c +++ b/src/cookies.c @@ -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. */