$NetBSD: patch-an,v 1.1 2002/05/31 19:56:21 dmcmahill Exp $ --- src/report.c.orig Wed May 13 06:29:57 1998 +++ src/report.c @@ -47,7 +47,7 @@ #include -static int ReturnCode; /* filled in by dialog */ +static long int ReturnCode; /* filled in by dialog */ /* * some local prototypes @@ -61,7 +61,7 @@ */ static void CB_OK(Widget W, XtPointer ClientData, XtPointer CallData) { - ReturnCode = (int) ClientData; + ReturnCode = (long int) ClientData; } void ReportDrills(void)