GH-406: rename bro.bif to zeek.bif

Fixes GH-406
This commit is contained in:
Jon Siwek 2019-06-14 19:51:28 -07:00
parent 56bb28a636
commit 853a796b9e
12 changed files with 27 additions and 2312 deletions

View file

@ -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;