From: jpr Date: Tue, 4 Sep 2007 13:42:57 +0000 (+0000) Subject: Autogenerated misstyping after system crash ?!??? X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=cf1a72a3dbc2c36edbc33b7ea1e638af53d4f250;p=gdcm.git Autogenerated misstyping after system crash ?!??? --- diff --git a/src/gdcmPixelReadConvert.cxx b/src/gdcmPixelReadConvert.cxx index c8aec3df..b31cfa9c 100644 --- a/src/gdcmPixelReadConvert.cxx +++ b/src/gdcmPixelReadConvert.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmPixelReadConvert.cxx,v $ Language: C++ - Date: $Date: 2007/09/04 13:14:33 $ - Version: $Revision: 1.119 $ + Date: $Date: 2007/09/04 13:42:57 $ + Version: $Revision: 1.120 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -976,7 +976,6 @@ void PixelReadConvert::ConvertReorderEndianity() && BitsStored < BitsAllocated && !PixelSign ) { - int l = (int)( RawSize / ( BitsAllocated / 8 ) ); int l = (int)( RawSize / ( BitsAllocated / 8 ) ); uint16_t *deb = (uint16_t *)Raw; for(int i = 0; i