summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-05-16 12:55:11 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-05-16 12:55:11 (GMT)
commit6032a8780a04056c38959835e506213718674a37 (patch)
tree852c8adaff7a3b2c6d5bd5782b8b89b879d71e3d /generic
parent6d7c515937d71090f48a39e7659729339d235879 (diff)
downloadtk-6032a8780a04056c38959835e506213718674a37.zip
tk-6032a8780a04056c38959835e506213718674a37.tar.gz
tk-6032a8780a04056c38959835e506213718674a37.tar.bz2
Let the bug id be correct
Diffstat (limited to 'generic')
-rw-r--r--generic/tkImgPhoto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkImgPhoto.c b/generic/tkImgPhoto.c
index 5d2c075..db106f2 100644
--- a/generic/tkImgPhoto.c
+++ b/generic/tkImgPhoto.c
@@ -2772,7 +2772,7 @@ Tk_PhotoPutBlock(
&& sourceBlock.pixelPtr <= masterPtr->pix32 + masterPtr->width
* masterPtr->height * 4) {
/*
- * Fix 0123456789: avoid reading
+ * Fix 5c51be6411: avoid reading
*
* (sourceBlock.pitch - sourceBlock.width * sourceBlock.pixelSize)
*
@@ -3218,7 +3218,7 @@ Tk_PhotoPutZoomedBlock(
&& sourceBlock.pixelPtr <= masterPtr->pix32 + masterPtr->width
* masterPtr->height * 4) {
/*
- * Fix 0123456789: avoid reading
+ * Fix 5c51be6411: avoid reading
*
* (sourceBlock.pitch - sourceBlock.width * sourceBlock.pixelSize)
*