From: malaterre Date: Fri, 9 Nov 2007 17:52:59 +0000 (+0000) Subject: BUG: I need a brain X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=a21c6e415192c9c0196891fe8b18f671964672cd;p=gdcm.git BUG: I need a brain --- diff --git a/Example/PrintFile.cxx b/Example/PrintFile.cxx index 6140de61..9ac64971 100644 --- a/Example/PrintFile.cxx +++ b/Example/PrintFile.cxx @@ -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) {