Skip to content

Commit

Permalink
Merge core-8-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Jul 21, 2024
2 parents e57004c + 5582225 commit e8e7318
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 @@ -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) {
Expand Down

0 comments on commit e8e7318

Please sign in to comment.