[or-cvs] oh, and it should compile too

Roger Dingledine arma at seul.org
Wed Jul 21 22:34:35 UTC 2004


Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/common

Modified Files:
	crypto.c 
Log Message:
oh, and it should compile too


Index: crypto.c
===================================================================
RCS file: /home/or/cvsroot/src/common/crypto.c,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- crypto.c	21 Jul 2004 22:33:26 -0000	1.97
+++ crypto.c	21 Jul 2004 22:34:32 -0000	1.98
@@ -1438,7 +1438,7 @@
   const char *end;
   char *cp;
 
-  tor_assert(destlen >= srclen*2+1)
+  tor_assert(destlen >= srclen*2+1);
 
   cp = dest;
   end = src+srclen;



More information about the tor-commits mailing list