CVS update of imagemagick/coders (dcm.c)

Daniel Kobras kobras at alioth.debian.org
Sat Apr 28 18:26:15 UTC 2007


    Date: Saturday, April 28, 2007 @ 18:26:15
  Author: kobras
    Path: /cvsroot/pkg-gmagick/imagemagick/coders

Modified: dcm.c

Define offset variable.


-------+
 dcm.c |    3 +++
 1 files changed, 3 insertions(+)


Index: imagemagick/coders/dcm.c
diff -u imagemagick/coders/dcm.c:1.3 imagemagick/coders/dcm.c:1.4
--- imagemagick/coders/dcm.c:1.3	Sat Apr 28 14:29:46 2007
+++ imagemagick/coders/dcm.c	Sat Apr 28 18:26:15 2007
@@ -2690,6 +2690,9 @@
     explicit_file,
     use_explicit;
 
+  MagickOffsetType
+    offset;
+
   Quantum
     *scale;
 



More information about the pkg-gmagick-commit mailing list