summaryrefslogtreecommitdiff
blob: 7d106ee96e201c36058ccdc5cb1f631cfbded5dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naurp spim-7.2.1.ucb.orig/xspim/buttons.c spim-7.2.1.ucb/xspim/buttons.c
--- spim-7.2.1.ucb.orig/xspim/buttons.c	2005-08-28 13:58:15.000000000 -0700
+++ spim-7.2.1.ucb/xspim/buttons.c	2005-10-04 22:37:40.632652040 -0700
@@ -583,7 +583,7 @@ static void
 clear_program_state_action (Widget w, XtPointer client_data,
 			    XtPointer call_data)
 {
-  int clear_op = (int) client_data;
+  long clear_op = (long) client_data;
 
   switch (clear_op)
     {