mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
oh, and it should compile too
svn:r2088
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user