diff options
Diffstat (limited to 'graphics/xfig/files/patch-d_arc.c')
| -rw-r--r-- | graphics/xfig/files/patch-d_arc.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xfig/files/patch-d_arc.c b/graphics/xfig/files/patch-d_arc.c new file mode 100644 index 000000000000..21446645e94d --- /dev/null +++ b/graphics/xfig/files/patch-d_arc.c @@ -0,0 +1,11 @@ +--- d_arc.c.orig Fri May 5 07:40:15 2006 ++++ d_arc.c +@@ -308,7 +308,7 @@ + if (num_point == 0) + length_msg(MSG_RADIUS); + else { +- compute_3p_angle(&tpoint[0], ¢er_point, &p3, &alpha); ++ compute_3p_angle((F_point *)&tpoint[0], (F_point *)¢er_point, &p3, &alpha); + put_msg("1st angle = %.2f degrees", (float) alpha*180.0/M_PI); + } + elastic_arc(); |
