summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorculler <culler>2024-07-21 17:39:29 (GMT)
committerculler <culler>2024-07-21 17:39:29 (GMT)
commit5582225db8a3538d65b30d9b30039bc8461a462a (patch)
treee4524da39beb0141094bdf5567a562c7a747af32
parent5c101e5d1c2a0b9240082d7c90b7a496b603a93b (diff)
parent0b6bf2703a09587c1ed87b5350c04210fa8edcea (diff)
downloadtk-5582225db8a3538d65b30d9b30039bc8461a462a.zip
tk-5582225db8a3538d65b30d9b30039bc8461a462a.tar.gz
tk-5582225db8a3538d65b30d9b30039bc8461a462a.tar.bz2
Merge core-8-6-branch
-rw-r--r--generic/tkObj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkObj.c b/generic/tkObj.c
index c7c1d57..57079fb 100644
--- a/generic/tkObj.c
+++ b/generic/tkObj.c
@@ -284,7 +284,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) {