libdtterm: Resolve uninitialized warnings
This commit is contained in:
committed by
Jon Trulson
parent
108c2fab2c
commit
fa4fe1fb47
@@ -984,8 +984,8 @@ _DtTermBufferErase
|
||||
DtEraseMode eraseSwitch
|
||||
)
|
||||
{
|
||||
short startCol;
|
||||
short lastCol;
|
||||
short startCol = 0;
|
||||
short lastCol = 0;
|
||||
|
||||
switch(eraseSwitch)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user