X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmParsePixels.cxx;h=078884d9c0eb4c120b733a9ecbb6ef52405de566;hb=3fd520b58c8d1939994de2c63cc038c3e7ac9522;hp=5d1a6b236b049520b41478d6a72590dc637de421;hpb=e40fc77cef3155aab87305ce2f8f14d1acbf158f;p=gdcm.git diff --git a/src/gdcmParsePixels.cxx b/src/gdcmParsePixels.cxx index 5d1a6b23..078884d9 100644 --- a/src/gdcmParsePixels.cxx +++ b/src/gdcmParsePixels.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmParsePixels.cxx,v $ Language: C++ - Date: $Date: 2004/07/02 13:55:28 $ - Version: $Revision: 1.8 $ + Date: $Date: 2004/07/17 22:47:01 $ + Version: $Revision: 1.9 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -68,8 +68,7 @@ bool gdcmFile::ParsePixelData(void) { printf ("Checking the Dicom-encapsulated Jpeg/RLE Pixels\n"); - uint16_t ItemTagGr; - uint16_t ItemTagEl; + uint16_t ItemTagGr,ItemTagEl; int ln; long ftellRes; //char * destination = NULL;