From 76b3dc477f0e176f91ea991d7a951a863bab3247 Mon Sep 17 00:00:00 2001 From: jpr Date: Fri, 23 Mar 2007 16:03:31 +0000 Subject: [PATCH] Fix mistyping --- Example/PrintDicomDir.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Example/PrintDicomDir.cxx b/Example/PrintDicomDir.cxx index 4241b729..d8b5f341 100644 --- a/Example/PrintDicomDir.cxx +++ b/Example/PrintDicomDir.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: PrintDicomDir.cxx,v $ Language: C++ - Date: $Date: 2007/03/23 14:57:19 $ - Version: $Revision: 1.34 $ + Date: $Date: 2007/03/23 16:03:31 $ + Version: $Revision: 1.35 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -261,9 +261,9 @@ int main(int argc, char* argv[]) pr = se->GetFirstPrivate(); while ( pr ) { // on degouline les 'Privates' de cette serie - std::cout << "--- --- --- "<< " PRIVATE Ref. File ID :[" << im->GetEntryString(0x0004, 0x1500) + std::cout << "--- --- --- "<< " PRIVATE Ref. File ID :[" << pr->GetEntryString(0x0004, 0x1500) << "]" << std::endl; // File name (Referenced File ID) - im = se->GetNextPrivate(); + pr = se->GetNextPrivate(); } se = st->GetNextSerie(); -- 2.48.1