summaryrefslogtreecommitdiffstats
path: root/src/bltGrPSOutput.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrPSOutput.C')
-rw-r--r--src/bltGrPSOutput.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrPSOutput.C b/src/bltGrPSOutput.C
index 030ffde..f764b8f 100644
--- a/src/bltGrPSOutput.C
+++ b/src/bltGrPSOutput.C
@@ -1499,7 +1499,7 @@ Blt_Ps_DrawText(
float angle;
double rw, rh;
- angle = FMOD(tsPtr->angle, (double)360.0);
+ angle = fmod(tsPtr->angle, (double)360.0);
Blt_GetBoundingBox(textPtr->width, textPtr->height, angle, &rw, &rh,
(Point2d *)NULL);
/*