From: malaterre Date: Sat, 5 Feb 2005 05:08:53 +0000 (+0000) Subject: BUG: ctest is parsing the ouput of the test and was finding the keyword /Error/ thus... X-Git-Tag: Version1.0.bp~72 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=4ab107a1742293840034b7d7f2b8691dcc91db87;p=gdcm.git BUG: ctest is parsing the ouput of the test and was finding the keyword /Error/ thus believed the test is failing... --- diff --git a/src/gdcmJpeg.cxx b/src/gdcmJpeg.cxx index d95fbd54..28847f4c 100644 --- a/src/gdcmJpeg.cxx +++ b/src/gdcmJpeg.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmJpeg.cxx,v $ Language: C++ - Date: $Date: 2005/02/04 23:49:23 $ - Version: $Revision: 1.44 $ + Date: $Date: 2005/02/05 05:08:53 $ + Version: $Revision: 1.45 $ 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 @@ bool JPEGFragment::ReadJPEGFile (std::ifstream *fp, void *image_buffer, int &sta // for any jpeg error call my_error_exit jerr.pub.error_exit = my_error_exit; // for any output message call my_output_message - jerr.pub.output_message = my_output_message; + //jerr.pub.output_message = my_output_message; // Establish the setjmp return context for my_error_exit to use. if (setjmp(jerr.setjmp_buffer))