X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLE.cxx;h=8854b2fbf968a0e9d2517712c2bbf00fcefcd715;hb=b07d39c0c7e4f5b54703a05df602a0b0608cb76d;hp=97a0627f959563982242c5106750abe3e415febc;hpb=e40fc77cef3155aab87305ce2f8f14d1acbf158f;p=gdcm.git diff --git a/src/gdcmRLE.cxx b/src/gdcmRLE.cxx index 97a0627f..8854b2fb 100644 --- a/src/gdcmRLE.cxx +++ b/src/gdcmRLE.cxx @@ -3,12 +3,12 @@ Program: gdcm Module: $RCSfile: gdcmRLE.cxx,v $ Language: C++ - Date: $Date: 2004/07/02 13:55:28 $ - Version: $Revision: 1.21 $ + Date: $Date: 2004/09/27 08:39:07 $ + Version: $Revision: 1.23 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or - http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details. + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR @@ -31,7 +31,7 @@ * at which the pixel data should be copied * @return Boolean */ -bool gdcmFile::gdcm_read_RLE_file (FILE *fp,void * image_buffer) { +bool gdcmFile::gdcm_read_RLE_file (FILE* fp,void* image_buffer) { long fragmentBegining; // for ftell, fseek char * im = (char *)image_buffer; @@ -151,8 +151,8 @@ bool gdcmFile::gdcm_read_RLE_file (FILE *fp,void * image_buffer) { // ---------------------------------------------------------------------------- // RLE LossLess Fragment -int gdcmFile::gdcm_read_RLE_fragment(char **areaToRead, long lengthToDecode, - long uncompressedSegmentSize, FILE *fp) { +int gdcmFile::gdcm_read_RLE_fragment(char** areaToRead, long lengthToDecode, + long uncompressedSegmentSize, FILE* fp) { (void)lengthToDecode; //FIXME long ftellRes; int count;