dtappbuilder: Add patches from Robert Pangrazio fixing coredumps
[oweals/cde.git] / cde / programs / dtappbuilder / src / abmf / lib_func_strings.c
index 1ccad9b7ae4ff133e9ac2450224454b24242b224..2be03cf3fb237fd127329540f55a6351e3c3b895 100644 (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"