GraphicsMagick: coders/wpg.c Revert to regain functionlity.
GraphicsMagick Commits <[email protected]> Mon, 06 Nov 2023 18:26:56 -0600
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.15162.1699316823.1961.graphicsmagick-commit@lists.sourceforge.net> |
changeset 417128e5beef in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=417128e5beef
summary: coders/wpg.c Revert to regain functionlity.
diffstat:
coders/wpg.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 08b09e89f1c8 -r 417128e5beef coders/wpg.c
--- a/coders/wpg.c Mon Nov 06 07:47:56 2023 -0600
+++ b/coders/wpg.c Tue Nov 07 01:26:30 2023 +0100
@@ -1885,7 +1885,7 @@
/*
Rewind list, removing any empty images while rewinding.
*/
- p=GetFirstImageInList(image);
+ p=image; //reverted GetFirstImageInList(image);
image=NULL;
while (p != (Image *) NULL)
{