mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
GH-406: rename bro.bif to zeek.bif
Fixes GH-406
This commit is contained in:
parent
56bb28a636
commit
853a796b9e
12 changed files with 27 additions and 2312 deletions
|
@ -288,7 +288,7 @@ void BroString::ToUpper()
|
|||
|
||||
BroString* BroString::GetSubstring(int start, int len) const
|
||||
{
|
||||
// This code used to live in bro.bif's sub_bytes() routine.
|
||||
// This code used to live in zeek.bif's sub_bytes() routine.
|
||||
if ( start < 0 || start > n )
|
||||
return 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue