mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Merge branch 'master' of ssh://git.bro-ids.org/bro
This commit is contained in:
commit
8bb240af99
35 changed files with 243 additions and 101 deletions
|
@ -364,7 +364,7 @@ char* uitoa_n(uint64 value, char* str, int n, int base, const char* prefix)
|
|||
i += strlen(prefix);
|
||||
}
|
||||
|
||||
if ( i >= n )
|
||||
if ( i >= n - 1 )
|
||||
return str;
|
||||
|
||||
v = value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue