dtfile/File.c: coverity CID 88919; uninit array read
This commit is contained in:
parent
cd70f1660d
commit
3020b050ff
|
|
@ -6173,7 +6173,7 @@ Pixmap GetTreebtnPixmap(
|
|||
FileMgrData *file_mgr_data,
|
||||
FileViewData *file_view_data)
|
||||
{
|
||||
TreePxId pxid;
|
||||
TreePxId pxid = tpxNil;
|
||||
|
||||
/* if not yet done, create tree button icons */
|
||||
/* @@@ do this earlier from main? */
|
||||
|
|
|
|||
Loading…
Reference in New Issue