freebsd-ports/graphics/xfig/files/patch-d_picobj.c
Martin Wilke 2e20a797a1 - Update to 3.2.5
PR:		111249
Submitted by:	Eric P. Scott <eps+pbug0704@ana.com>
2007-06-10 00:53:05 +00:00

11 lines
375 B
C

--- d_picobj.c.orig Tue Jul 26 09:39:58 2005
+++ d_picobj.c
@@ -127,7 +127,7 @@
/* draw it and anything on top of it */
redisplay_line(box);
put_msg("Please enter name of Picture Object file in EDIT window");
- edit_item((char *) box, O_POLYLINE, 0, 0);
+ edit_item(box, O_POLYLINE, 0, 0);
picobj_drawing_selected();
draw_mousefun_canvas();
}