mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
The remaining nulls
This commit is contained in:
parent
41c3256faa
commit
0a47588d0b
80 changed files with 565 additions and 565 deletions
|
@ -34,7 +34,7 @@ public:
|
|||
PQ_Element* Top() const
|
||||
{
|
||||
if ( heap_size == 0 )
|
||||
return 0;
|
||||
return nullptr;
|
||||
|
||||
return heap[0];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue