mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
still more nit-squashing
This commit is contained in:
parent
10d8c2fe6b
commit
81e8354ada
4 changed files with 9 additions and 8 deletions
|
@ -689,7 +689,7 @@ void ZAMCompiler::ReMapVar(ID* id, int slot, bro_uint_t inst)
|
|||
if ( s.scope_end <= static_cast<int>(inst) &&
|
||||
s.is_managed == is_managed )
|
||||
{ // It's compatible.
|
||||
if ( s.scope_end == inst )
|
||||
if ( s.scope_end == static_cast<int>(inst) )
|
||||
{ // It ends right on the money.
|
||||
apt_slot = i;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue