From aebc3a03ba6eea02f4d50fa4bd5dbf49cd37a0c7 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 14 Oct 2004 02:47:09 +0000 Subject: more int to size_t conversions, fixing one or more amd64 bugs plus a whitespace patch on config.c from vicman svn:r2482 --- src/or/dns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/dns.c') diff --git a/src/or/dns.c b/src/or/dns.c index 70054744f1..c4d4a363a5 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -145,7 +145,7 @@ static void purge_expired_resolves(uint32_t now) { static void send_resolved_cell(connection_t *conn, uint8_t answer_type) { char buf[RELAY_PAYLOAD_SIZE]; - int buflen; + size_t buflen; buf[0] = answer_type; -- cgit v1.2.3-54-g00ecf