changeset 10706:b221bc891e7a

[gaim-migrate @ 12291] sf patch #1162827, from Rian Hunter Fix a 64bit IPC dns child bug committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 20 Mar 2005 02:06:48 +0000
parents 194167d8a3b6
children 7672a83c04da
files src/proxy.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/proxy.c	Sun Mar 20 01:58:53 2005 +0000
+++ b/src/proxy.c	Sun Mar 20 02:06:48 2005 +0000
@@ -419,7 +419,7 @@
 static void
 gaim_dns_childthread(int child_out, int child_in, dns_params_t *dns_params, gboolean show_debug)
 {
-	const int zero = 0;
+	const size_t zero = 0;
 	int rc;
 #if HAVE_GETADDRINFO
 	struct addrinfo hints, *res, *tmp;