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

@@ -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"