From 6c5eca9df49cc2ecbb9b343ec286a91df3998cbf Mon Sep 17 00:00:00 2001 From: jpr Date: Tue, 8 Nov 2005 09:54:42 +0000 Subject: [PATCH] Try to track BinEndian troubles --- src/gdcmDataEntry.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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