summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/tkObj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkObj.c b/generic/tkObj.c
index 3da9ec4..11af4fa 100644
--- a/generic/tkObj.c
+++ b/generic/tkObj.c
@@ -255,7 +255,7 @@ GetPixelsFromObjEx(
double d;
PixelRep *pixelPtr;
static const double bias[] = {
- 1.0, 10.0, 25.4, 25.4 / 72.0
+ 1.0L, 10.0L, 25.4L, 3.527777777777777777L /*25.4 / 72.0*/
};
if (objPtr->typePtr != &pixelObjType.objType) {