Skip to content

Commit

Permalink
Merge core-8-6-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Jul 21, 2024
2 parents 5c101e5 + 0b6bf27 commit 5582225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic/tkObj.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5582225

Please sign in to comment.