mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
oh, and it should compile too
svn:r2088
This commit is contained in:
parent
6e571c8c4c
commit
156cfb00fa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue