analyzer: Replace nulls with nullptr

This commit is contained in:
Tim Wojtulewicz 2020-04-02 09:48:50 -07:00
parent cb01e098df
commit 6897912909
54 changed files with 305 additions and 307 deletions

View file

@ -24,7 +24,7 @@ void ContentLine_Analyzer::InitState()
CR_LF_as_EOL = (CR_as_EOL | LF_as_EOL);
skip_deliveries = false;
skip_partial = false;
buf = 0;
buf = nullptr;
seq_delivered_in_lines = 0;
skip_pending = 0;
seq = 0;