commit: e810503feae0b62f8e3ddb5731e0558fe7c395ab Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Thu Nov 10 22:45:55 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Nov 10 23:03:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e810503f
app-misc/graphlcd-base: fix patch Closes: https://bugs.gentoo.org/88068 Closes: https://bugs.gentoo.org/8806899 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../files/graphlcd-base-2.0.3-imagemagick7.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app-misc/graphlcd-base/files/graphlcd-base-2.0.3-imagemagick7.patch b/app-misc/graphlcd-base/files/graphlcd-base-2.0.3-imagemagick7.patch index 1c938fadd870..f75b895e27e8 100644 --- a/app-misc/graphlcd-base/files/graphlcd-base-2.0.3-imagemagick7.patch +++ b/app-misc/graphlcd-base/files/graphlcd-base-2.0.3-imagemagick7.patch @@ -68,10 +68,10 @@ index cfb50de..92e2847 100644 endif -diff --git a/glcdgraphics/extformats.c b/glcdgraphics/extformats.c +diff --git a/glcdgraphics/extformats.cpp b/glcdgraphics/extformats.cpp index 5734fce..90441e6 100644 ---- a/glcdgraphics/extformats.c -+++ b/glcdgraphics/extformats.c +--- a/glcdgraphics/extformats.cpp ++++ b/glcdgraphics/extformats.cpp @@ -21,11 +21,10 @@ #include "extformats.h" #include "image.h" @@ -308,10 +308,10 @@ Subject: [PATCH] Add cleanup for MagickWand glcdgraphics/extformats.c | 3 +++ 1 file changed, 3 insertions(+) -diff --git a/glcdgraphics/extformats.c b/glcdgraphics/extformats.c +diff --git a/glcdgraphics/extformats.cpp b/glcdgraphics/extformats.cpp index 90441e6..79d14da 100644 ---- a/glcdgraphics/extformats.c -+++ b/glcdgraphics/extformats.c +--- a/glcdgraphics/extformats.cpp ++++ b/glcdgraphics/extformats.cpp @@ -65,6 +65,7 @@ bool cExtFormatFile::LoadScaled(cImage & image, const string & fileName, uint16_ if (MagickReadImage(mw, fileName.c_str()) == MagickFalse) {
