The remaining nulls

This commit is contained in:
Tim Wojtulewicz 2020-04-02 11:13:07 -07:00
parent 41c3256faa
commit 0a47588d0b
80 changed files with 565 additions and 565 deletions

View file

@ -49,13 +49,13 @@ DbgBreakpoint::DbgBreakpoint()
enabled = temporary = false;
BPID = -1;
at_stmt = 0;
at_stmt = nullptr;
at_time = -1.0;
repeat_count = hit_count = 0;
description[0] = 0;
source_filename = 0;
source_filename = nullptr;
source_line = 0;
}