]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 20 Dec 2010 15:57:05 +0000 (15:57 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 20 Dec 2010 15:57:05 +0000 (15:57 +0000)
coders/pdf.c
coders/ps.c

index 0353845a0e5657a3c863b68e97e293d34f435543..a01fa42b67a3fcaa9d795d5d430c6d0b2017b2de 100644 (file)
@@ -175,6 +175,7 @@ static MagickBooleanType InvokePDFDelegate(const MagickBooleanType verbose,
       status=SystemCommand(MagickFalse,verbose,command,exception);
       return(status == 0 ? MagickTrue : MagickFalse);
     }
+  code=0;
   argv=StringToArgv(command,&argc);
   status=(ghost_info->init_with_args)(interpreter,argc-1,argv+1);
   if (status == 0)
index ecdaa2effd2da254260a30c2c3886bd774ef29a8..9508915de5f190a25aaf2a0d4a58f874d478196e 100644 (file)
@@ -167,6 +167,7 @@ static MagickBooleanType InvokePostscriptDelegate(
       status=SystemCommand(MagickFalse,verbose,command,exception);
       return(status == 0 ? MagickTrue : MagickFalse);
     }
+  code=0;
   argv=StringToArgv(command,&argc);
   status=(ghost_info->init_with_args)(interpreter,argc-1,argv+1);
   if (status == 0)