mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
libdtprint: Resolve uninitialized warnings
This commit is contained in:
parent
37e03a1820
commit
108c2fab2c
1 changed files with 1 additions and 1 deletions
|
@ -948,7 +948,7 @@ ColumnGeoSetPreferredWidths(
|
||||||
int row)
|
int row)
|
||||||
{
|
{
|
||||||
Dimension slack = 0;
|
Dimension slack = 0;
|
||||||
int last_non_empty_col;
|
int last_non_empty_col = 0;
|
||||||
int col;
|
int col;
|
||||||
|
|
||||||
for(col = 0; col < PSUB_GEO_COL_COUNT; col++)
|
for(col = 0; col < PSUB_GEO_COL_COUNT; col++)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue