You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
481 B
11 lines
481 B
11 years ago
|
--- GraphicsMagick-1.3.19/wand/magick_wand.c.orig 2014-02-03 10:50:54.942163472 +0100
|
||
|
+++ GraphicsMagick-1.3.19/wand/magick_wand.c 2014-02-03 10:51:23.957263231 +0100
|
||
|
@@ -1907,7 +1907,6 @@
|
||
|
if ((draw_info == (DrawInfo *) NULL) ||
|
||
|
(draw_info->primitive == (char *) NULL))
|
||
|
return(False);
|
||
|
- fprintf(stderr,"%s\n",draw_info->primitive);
|
||
|
status=DrawImage(wand->image,draw_info);
|
||
|
if (status == False)
|
||
|
InheritException(&wand->exception,&wand->image->exception);
|