mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
make logging with threads compile on mac os and fix a couple of string literal warnings.
This commit is contained in:
parent
e4e770d475
commit
6cc29a7832
3 changed files with 11 additions and 13 deletions
|
@ -322,7 +322,7 @@ const uint32* mask_addr(const uint32* a, uint32 top_bits_to_keep)
|
|||
|
||||
if ( top_bits_to_keep == 0 || top_bits_to_keep > max_bits )
|
||||
{
|
||||
reporter->Error("bad address mask value %s", top_bits_to_keep);
|
||||
reporter->Error("bad address mask value %u", top_bits_to_keep);
|
||||
return addr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue