1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

dtappbuilder: Add patches from Robert Pangrazio fixing coredumps

This commit is contained in:
Jon Trulson 2017-08-05 18:49:07 -06:00
parent 5669c8a60f
commit 129ef945b9
2 changed files with 2 additions and 2 deletions

View file

@ -694,7 +694,7 @@ set_menu_state(
{
WidgetList items;
int num_items;
unsigned int item_flag;
unsigned long item_flag;
int i;
XtVaGetValues(menu,

View file

@ -1847,7 +1847,7 @@ static LibFuncRec abmfP_lrc_MessageBoxGetActionButton =
" int i, numChildren = 0;\n"
" WidgetList children = NULL;\n"
" Widget action_button = 0;\n"
" int button = -1;\n"
" long button = -1;\n"
" Boolean Found = False;\n"
"\n"
" XtVaGetValues(msg_dlg,\n"