mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
A handful of int-to-bool conversions
This commit is contained in:
parent
90d0bc64fa
commit
cd7ebdb2ed
5 changed files with 21 additions and 20 deletions
|
@ -929,7 +929,7 @@ bool CompositeHash::ReserveSingleTypeKeySize(HashKey& hk, Type* bt, const Val* v
|
|||
{
|
||||
reporter->InternalError(
|
||||
"bad index type in CompositeHash::ReserveSingleTypeKeySize");
|
||||
return 0;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue