mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
The remaining nulls
This commit is contained in:
parent
41c3256faa
commit
0a47588d0b
80 changed files with 565 additions and 565 deletions
|
@ -18,7 +18,7 @@ public:
|
|||
bool resume_execution, const char* const helpstring,
|
||||
bool repeatable);
|
||||
|
||||
DebugCmdInfo() : helpstring(0) {}
|
||||
DebugCmdInfo() : helpstring(nullptr) {}
|
||||
|
||||
int Cmd() const { return cmd; }
|
||||
int NumNames() const { return num_names; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue