diff src/proxy.c @ 7106:db6bd3e794d8

[gaim-migrate @ 7671] tobase16(), frombase16(), tobase64(), frombase64() -> gaim_base16_encode(), gaim_base16_decode(), gaim_base64_encode(), gaim_base64_decode(). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 01 Oct 2003 05:56:58 +0000
parents a14200b24371
children 08ce2a94d9c7
line wrap: on
line diff
--- a/src/proxy.c	Wed Oct 01 05:43:14 2003 +0000
+++ b/src/proxy.c	Wed Oct 01 05:56:58 2003 +0000
@@ -1032,7 +1032,7 @@
 							 gaim_proxy_info_get_username(phb->gpi),
 							 gaim_proxy_info_get_password(phb->gpi) ? 
 							 gaim_proxy_info_get_password(phb->gpi) : "");
-		t2 = tobase64(t1, strlen(t1));
+		t2 = gaim_base64_encode(t1, strlen(t1));
 		g_free(t1);
 		g_return_if_fail(request_len < sizeof(request));
 		request_len += g_snprintf(request + request_len,