dtwm: Resolve uninitialized warnings

This commit is contained in:
Peter Howkins
2021-12-22 01:14:48 +00:00
committed by Jon Trulson
parent 7a08d8cedc
commit f073bc2e24
11 changed files with 13 additions and 13 deletions

View File

@@ -1796,7 +1796,7 @@ ResolveDuplicates (RecordData * record_data,
int i, start_index, lock_index, last_index;
ElementValue * element_values;
int cont_type;
char *cont_name, *record_name;
char *cont_name = NULL, *record_name;
int count = *record_count;
Boolean locked;