1
0
Fork 0
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:
Jon Trulson 2018-04-01 14:21:57 -06:00
parent cd70f1660d
commit 3020b050ff

View file

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