summaryrefslogtreecommitdiff
path: root/app-office/magicpoint/files/magicpoint-1.13a_p20121015-gif-dimension.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/magicpoint/files/magicpoint-1.13a_p20121015-gif-dimension.patch')
-rw-r--r--app-office/magicpoint/files/magicpoint-1.13a_p20121015-gif-dimension.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-office/magicpoint/files/magicpoint-1.13a_p20121015-gif-dimension.patch b/app-office/magicpoint/files/magicpoint-1.13a_p20121015-gif-dimension.patch
deleted file mode 100644
index c95aa2dae411..000000000000
--- a/app-office/magicpoint/files/magicpoint-1.13a_p20121015-gif-dimension.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- kit.orig/image/gif.c 2016-01-12 16:54:40.469530579 +0100
-+++ kit/image/gif.c 2016-01-12 16:56:10.676527408 +0100
-@@ -122,7 +122,7 @@
- if (GifFile->Image.Left + GifFile->Image.Width > GifFile->SWidth ||
- GifFile->Image.Top + GifFile->Image.Height > GifFile->SHeight) {
- fprintf(stderr,
--"Image %d is not confined to screen dimension, aborted.\n");
-+"Image %s is not confined to screen dimension, aborted.\n", fullname);
- exit(-2);
- }
- if (GifFile->Image.Interlace) {