]> Creatis software - gdcm.git/commitdiff
BUG: I need a brain
authormalaterre <malaterre>
Fri, 9 Nov 2007 17:52:59 +0000 (17:52 +0000)
committermalaterre <malaterre>
Fri, 9 Nov 2007 17:52:59 +0000 (17:52 +0000)
Example/PrintFile.cxx

index 6140de61fe2faa1d55da4744e9175301d8a37921..9ac649711aadbb66303183d97f0209f9efe1491f 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: PrintFile.cxx,v $
   Language:  C++
-  Date:      $Date: 2007/11/08 18:14:55 $
-  Version:   $Revision: 1.88 $
+  Date:      $Date: 2007/11/09 17:52:59 $
+  Version:   $Revision: 1.89 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -258,7 +258,7 @@ errno = 0;
       bool res = false;
       try
         {
-        f->Load();
+        res = f->Load();
         }
       catch(std::exception &ex)
         {