mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtfile/File.c: coverity CID 88919; uninit array read
This commit is contained in:
parent
cd70f1660d
commit
3020b050ff
1 changed files with 1 additions and 1 deletions
|
@ -6173,7 +6173,7 @@ Pixmap GetTreebtnPixmap(
|
||||||
FileMgrData *file_mgr_data,
|
FileMgrData *file_mgr_data,
|
||||||
FileViewData *file_view_data)
|
FileViewData *file_view_data)
|
||||||
{
|
{
|
||||||
TreePxId pxid;
|
TreePxId pxid = tpxNil;
|
||||||
|
|
||||||
/* if not yet done, create tree button icons */
|
/* if not yet done, create tree button icons */
|
||||||
/* @@@ do this earlier from main? */
|
/* @@@ do this earlier from main? */
|
||||||
|
|
Loading…
Reference in a new issue