1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtcm: Coverity 89667

This commit is contained in:
Peter Howkins 2018-07-13 17:27:41 +01:00
parent 1d951664a8
commit b24e4a3e6f

View file

@ -524,7 +524,7 @@ get_appt_struct(DragContext *context) {
Widget list;
Calendar *c = context->calendar;
Props_pu *pr;
CSA_entry_handle entry;
CSA_entry_handle entry = 0;
Access_data *ad;
pr = (Props_pu *)(c->properties_pu);