=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/term/Attic/emxvga.trm,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.2 -r1.1.1.3 --- OpenXM_contrib/gnuplot/term/Attic/emxvga.trm 2000/01/22 14:16:22 1.1.1.2 +++ OpenXM_contrib/gnuplot/term/Attic/emxvga.trm 2003/09/15 07:09:36 1.1.1.3 @@ -1,5 +1,5 @@ /* - * $Id: emxvga.trm,v 1.1.1.2 2000/01/22 14:16:22 maekawa Exp $ + * $Id: emxvga.trm,v 1.1.1.3 2003/09/15 07:09:36 ohara Exp $ */ /* GNUPLOT - emxvga.trm */ @@ -280,8 +280,8 @@ char *s; k = 0; x = 0.5 + x0; y = 0.5 + y0; - sa = sin(-Pi * angle / 180); - ca = cos(Pi * angle / 180); + sa = sin(- DEG2RAD * angle ); + ca = cos(DEG2RAD * angle ); while (s[k]) { for (i = 0; i < 8; i++) for (j = 0; j < 8; j++)