]> granicus.if.org Git - imagemagick/blobdiff - MagickWand/wand-view.c
(no commit message)
[imagemagick] / MagickWand / wand-view.c
index 54cfbc2ce221ba3c4d0abab0231b4499b646ed03..1cbf6ee7d830f11e9bc519663b4b40a9974181f4 100644 (file)
@@ -18,7 +18,7 @@
 %                        MagickWand Wand View Methods                         %
 %                                                                             %
 %                              Software Design                                %
-%                                John Cristy                                  %
+%                                   Cristy                                    %
 %                                March 2003                                   %
 %                                                                             %
 %                                                                             %
@@ -381,7 +381,7 @@ WandExport MagickBooleanType DuplexTransferWandViewIterator(WandView *source,
           status=MagickFalse;
       }
   }
-  return(status == MagickFalse ? 0 : 1);
+  return(status);
 }
 \f
 /*
@@ -588,7 +588,7 @@ WandExport MagickBooleanType GetWandViewIterator(WandView *source,
           status=MagickFalse;
       }
   }
-  return(status == MagickFalse ? 0 : 1);
+  return(status);
 }
 \f
 /*
@@ -998,7 +998,7 @@ WandExport MagickBooleanType SetWandViewIterator(WandView *destination,
           status=MagickFalse;
       }
   }
-  return(status == MagickFalse ? 0 : 1);
+  return(status);
 }
 \f
 /*
@@ -1160,7 +1160,7 @@ WandExport MagickBooleanType TransferWandViewIterator(WandView *source,
           status=MagickFalse;
       }
   }
-  return(status == MagickFalse ? 0 : 1);
+  return(status);
 }
 \f
 /*
@@ -1293,5 +1293,5 @@ WandExport MagickBooleanType UpdateWandViewIterator(WandView *source,
           status=MagickFalse;
       }
   }
-  return(status == MagickFalse ? 0 : 1);
+  return(status);
 }