mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
plugin/probabilistic/zeekygen: Replace nulls with nullptr
This commit is contained in:
parent
393b8353cb
commit
41c3256faa
10 changed files with 36 additions and 36 deletions
|
@ -475,7 +475,7 @@ void Plugin::Describe(ODesc* d) const
|
|||
|
||||
for ( bif_item_list::const_iterator i = items.begin(); i != items.end(); i++ )
|
||||
{
|
||||
const char* type = 0;
|
||||
const char* type = nullptr;
|
||||
|
||||
switch ( (*i).GetType() ) {
|
||||
case BifItem::FUNCTION:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue