summaryrefslogtreecommitdiff
path: root/x11-toolkits/tk83/files/patch-tkImgGIF.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/tk83/files/patch-tkImgGIF.c')
-rw-r--r--x11-toolkits/tk83/files/patch-tkImgGIF.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/tk83/files/patch-tkImgGIF.c b/x11-toolkits/tk83/files/patch-tkImgGIF.c
deleted file mode 100644
index c70dcae78556..000000000000
--- a/x11-toolkits/tk83/files/patch-tkImgGIF.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../generic/tkImgGIF.c 2002-03-26 03:29:01.000000000 +0100
-+++ ../generic/tkImgGIF.new.c 2007-10-04 20:40:09.000000000 +0200
-@@ -960,7 +960,7 @@
- /* If interlacing, the next ypos is not just +1 */
- if (interlace) {
- ypos += interlaceStep[pass];
-- while (ypos >= height) {
-+ while (ypos >= rows) {
- pass++;
- if (pass > 3) {
- return TCL_OK;