From: jpr Date: Tue, 8 Nov 2005 09:54:42 +0000 (+0000) Subject: Try to track BinEndian troubles X-Git-Tag: OpenJPEG.Version1.2~17 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=6c5eca9df49cc2ecbb9b343ec286a91df3998cbf;p=gdcm.git Try to track BinEndian troubles --- diff --git a/src/gdcmDataEntry.cxx b/src/gdcmDataEntry.cxx index 1fdb47e2..67e3e276 100644 --- a/src/gdcmDataEntry.cxx +++ b/src/gdcmDataEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDataEntry.cxx,v $ Language: C++ - Date: $Date: 2005/11/07 09:46:36 $ - Version: $Revision: 1.19 $ + Date: $Date: 2005/11/08 09:54:42 $ + Version: $Revision: 1.20 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -519,6 +519,7 @@ void DataEntry::WriteContent(std::ofstream *fp, FileType filetype) } case 2: { +gdcmDebugMacro ("AtomicLength = 2 found; lgt =" << l); uint16_t *data16 = (uint16_t *)data; for(i=0;i