From a3d1e17c3281b394f049a9296947dc6d2967eb14 Mon Sep 17 00:00:00 2001 From: Liang Chang Date: Mon, 8 Feb 2021 07:23:10 +0800 Subject: [PATCH] dtappbuilder: fix a segmentation fault that occurred when clicking "Edit" in the "Revolving Property Editor". --- cde/programs/dtappbuilder/src/ab/prop_items.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dtappbuilder/src/ab/prop_items.c b/cde/programs/dtappbuilder/src/ab/prop_items.c index 0767ecdf4..ee37a28ec 100644 --- a/cde/programs/dtappbuilder/src/ab/prop_items.c +++ b/cde/programs/dtappbuilder/src/ab/prop_items.c @@ -1536,7 +1536,7 @@ set_edit_menu_stateCB( BOOL clipboard_full = False; WidgetList menu_items; int num_menu_items; - int item_key; + XtArgVal item_key; int i; listitem_exists = (pis->current_item != NULL);