dtappbuilder: Coverity fixes mostly related to uninitialised variables

This commit is contained in:
Peter Howkins
2018-05-01 19:02:14 +01:00
parent 48b97a4c41
commit ad373101d6
18 changed files with 75 additions and 62 deletions

View File

@@ -348,7 +348,7 @@ find_longest_label(STRING * label)
{
int len1,
len2,
longest,
longest = 0,
i = 0;
len1 = len2 = 0;