Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 83542 | Differences between
and this patch

Collapse All | Expand All

(-)ImageMagick-6.1.8.orig/magick/image.c (-1 / +1 lines)
Lines 4178-4184 Link Here
4178
      /*
4178
      /*
4179
        Rectify multi-image file support.
4179
        Rectify multi-image file support.
4180
      */
4180
      */
4181
      (void) FormatMagickString(filename,MaxTextExtent,image_info->filename,0);
4181
      (void) FormatMagickString(filename,MaxTextExtent,"%s",image_info->filename,0);
4182
      if ((LocaleCompare(filename,image_info->filename) != 0) &&
4182
      if ((LocaleCompare(filename,image_info->filename) != 0) &&
4183
          (strchr(filename,'%') == (char *) NULL))
4183
          (strchr(filename,'%') == (char *) NULL))
4184
        image_info->adjoin=MagickFalse;
4184
        image_info->adjoin=MagickFalse;

Return to bug 83542