libdtterm: Resolve uninitialized warnings
This commit is contained in:
committed by
Jon Trulson
parent
108c2fab2c
commit
fa4fe1fb47
@@ -68,8 +68,8 @@ _DtTermPrimRefreshTextWc(Widget w, short startColumn, short startRow,
|
||||
short chunkStartColumn;
|
||||
short chunkWidth;
|
||||
short chunkLength;
|
||||
short thisStartColumn;
|
||||
short thisEndColumn;
|
||||
short thisStartColumn = 0;
|
||||
short thisEndColumn = 0;
|
||||
enhValues enhancements;
|
||||
int i1;
|
||||
int lineNum;
|
||||
|
||||
Reference in New Issue
Block a user