dtwm: Resolve uninitialized warnings
This commit is contained in:
committed by
Jon Trulson
parent
7a08d8cedc
commit
f073bc2e24
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user