dtfile/File.c: coverity CID 88919; uninit array read

This commit is contained in:
Jon Trulson 2018-04-01 14:21:57 -06:00
parent cd70f1660d
commit 3020b050ff
1 changed files with 1 additions and 1 deletions

View File

@ -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? */