oh, and it should compile too

svn:r2088
This commit is contained in:
Roger Dingledine 2004-07-21 22:34:32 +00:00
parent 6e571c8c4c
commit 156cfb00fa

View file

@ -1438,7 +1438,7 @@ int base16_encode(char *dest, int destlen, const char *src, int srclen)
const char *end;
char *cp;
tor_assert(destlen >= srclen*2+1)
tor_assert(destlen >= srclen*2+1);
cp = dest;
end = src+srclen;