[magick-developers] Braille format support fix

Samuel Thibault samuel.thibault at ens-lyon.org
Fri Mar 27 02:57:35 PDT 2009


Hello,

There is a bug in the braille coder which makes it always segfault, see
attached patch: the braille format does not support several images.  I
guess I had copy/pasted too many lines without noticing that precise
line.

BTW, "UBRL" is mentioned in the testsuite, but it doesn't seem to be
tested, I can not see way, any idea?

Samuel
-------------- next part --------------
--- coders/braille.c.orig	2009-03-27 10:22:49.000000000 +0100
+++ coders/braille.c	2009-03-27 10:22:52.000000000 +0100
@@ -328,7 +328,6 @@
     }
     if (!iso_11548_1)
       (void) WriteBlobByte(image,'\n');
-    image=SyncNextImageInList(image);
     status=SetImageProgress(image,SaveImageTag,y,image->rows);
     if (status == MagickFalse)
       break;


More information about the Magick-developers mailing list