oh, and it should compile too

svn:r2088
This commit is contained in:
Roger Dingledine
2004-07-21 22:34:32 +00:00
parent 03f0b8b1f1
commit 8f14eb5a2e
+1 -1
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;