[or-cvs] Build without warnings on OS X.

Nick Mathewson nickm at seul.org
Wed Oct 15 18:48:50 UTC 2003


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv6629/src/or

Modified Files:
	connection_or.c 
Log Message:
Build without warnings on OS X.

Index: connection_or.c
===================================================================
RCS file: /home/or/cvsroot/src/or/connection_or.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- connection_or.c	10 Oct 2003 01:48:32 -0000	1.68
+++ connection_or.c	15 Oct 2003 18:48:48 -0000	1.69
@@ -270,7 +270,7 @@
   cell_t cell;
 
   log_fn(LOG_DEBUG,"%d: starting, inbuf_datalen %d (%d pending in tls object).",
-         conn->s,buf_datalen(conn->inbuf),tor_tls_get_pending_bytes(conn->tls));
+         conn->s,(int)buf_datalen(conn->inbuf),tor_tls_get_pending_bytes(conn->tls));
   if(buf_datalen(conn->inbuf) < CELL_NETWORK_SIZE) /* entire response available? */
     return 0; /* not yet */
  



More information about the tor-commits mailing list