From 4885e904906dcc967e3597301c17ad95bb77b5e0 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 15 Dec 2003 21:35:52 +0000 Subject: Make compile warning-free on cygwin svn:r936 --- src/or/router.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/router.c') diff --git a/src/or/router.c b/src/or/router.c index a8626a604d..9ae4ebd146 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -421,7 +421,7 @@ int router_dump_router_to_string(char *s, int maxlen, routerinfo_t *router, router->or_port, router->socks_port, router->dir_port, - router->bandwidth, + (int) router->bandwidth, platform, published, onion_pkey, link_pkey, identity_pkey); -- cgit v1.2.3-54-g00ecf