mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
DtWidget: Coverity (memory corruption)
This commit is contained in:
parent
b0548ce111
commit
e18ac00c82
1 changed files with 1 additions and 1 deletions
|
@ -2120,7 +2120,7 @@ SetValues(
|
||||||
Widget nw )
|
Widget nw )
|
||||||
{
|
{
|
||||||
Boolean redisplay_flag = False;
|
Boolean redisplay_flag = False;
|
||||||
Arg al[10]; /* arg list */
|
Arg al[15]; /* arg list */
|
||||||
register int ac; /* arg count */
|
register int ac; /* arg count */
|
||||||
|
|
||||||
Boolean resetSpellTitle = False,
|
Boolean resetSpellTitle = False,
|
||||||
|
|
Loading…
Reference in a new issue