]> granicus.if.org Git - imagemagick/commitdiff
https://github.com/ImageMagick/ImageMagick/issues/1409
authorCristy <urban-warrior@imagemagick.org>
Sat, 8 Dec 2018 20:45:49 +0000 (15:45 -0500)
committerCristy <urban-warrior@imagemagick.org>
Sat, 8 Dec 2018 20:45:49 +0000 (15:45 -0500)
coders/pdf.c

index 9473389f90f9141b27e675f5d0e5d6c61cd61aac..4c5708ee76b141345154e0e78443c98f2eaa9a27 100644 (file)
@@ -2969,6 +2969,7 @@ RestoreMSCWarning
           utf16=(wchar_t *) RelinquishMagickMemory(utf16);
         }
     }
+  (void) WriteBlobString(image,buffer);
   seconds=time((time_t *) NULL);
 #if defined(MAGICKCORE_HAVE_LOCALTIME_R)
   (void) localtime_r(&seconds,&local_time);