From 920465cb5b2942569f4d0a8d3eee8fe08c602d6e 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 88ff50232..81b33dd19 100644 --- a/cde/programs/dtappbuilder/src/ab/prop_items.c +++ b/cde/programs/dtappbuilder/src/ab/prop_items.c @@ -1537,7 +1537,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);