mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Bump pre-commit hooks
This commit is contained in:
parent
f5a76c1aed
commit
26d04fd9fc
13 changed files with 22 additions and 19 deletions
|
@ -154,7 +154,7 @@ int Base64Converter::Decode(int len, const char* data, int* pblen, char** pbuf)
|
|||
*buf++ = char((bit32 >> 8) & 0xff);
|
||||
|
||||
if ( --num_octets >= 0 )
|
||||
*buf++ = char((bit32)&0xff);
|
||||
*buf++ = char((bit32) & 0xff);
|
||||
|
||||
if ( base64_padding > 0 )
|
||||
base64_after_padding = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue