Am 13.06.2012 11:38, schrieb Bastien ROUCARIES:
See force merge bug, and not I will not use not display=true

I've read through 675617. Please do not introduce a wrapper script. I am sure the faulty behaviour is fixed by upstream SVN commit r8161. Please see the attached patch.

 - Fabian
r8161 | cristy | 2012-06-05 14:41:40 +0200 (Tue, 05 Jun 2012) | 1 line


Index: MagickWand/display.c
===================================================================
--- MagickWand/display.c	(revision 8160)
+++ MagickWand/display.c	(revision 8161)
@@ -474,7 +474,7 @@
 
             c=getc(stdin);
             if (c == EOF)
-              break;
+              option="logo:";
             else
               {
                 c=ungetc(c,stdin);

Reply via email to