From: Dirk Lemstra Date: Mon, 3 Apr 2017 15:52:58 +0000 (+0200) Subject: Fixed slash. X-Git-Tag: 7.0.5-5~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de2d07404be02e8d8b1d640db5282da9ca578308;p=imagemagick Fixed slash. --- diff --git a/coders/pdf.c b/coders/pdf.c index 6baa76582..ff09d4ada 100644 --- a/coders/pdf.c +++ b/coders/pdf.c @@ -2195,7 +2195,7 @@ RestoreMSCWarning if ((profile == (StringInfo *) NULL) || (channels == 0)) { if (channels != 0) - (void) FormatLocaleString(buffer,MagickPathExtent,"\%s\n",device); + (void) FormatLocaleString(buffer,MagickPathExtent,"/%s\n",device); else (void) FormatLocaleString(buffer,MagickPathExtent, "[ /Indexed /%s %.20g %.20g 0 R ]\n",device,(double) image->colors-