X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmJpeg2000.cxx;h=5b0171075364354e69766df729268a0016474887;hb=46afb30d2d016a9b1581c7ee4ca96d614a35203c;hp=0064240c19a0fcaeeca7e18fe3a38cb5e4dc3b8a;hpb=d7531a8099267279c067b9115309cdc10f8eb46d;p=gdcm.git diff --git a/src/gdcmJpeg2000.cxx b/src/gdcmJpeg2000.cxx index 0064240c..5b017107 100644 --- a/src/gdcmJpeg2000.cxx +++ b/src/gdcmJpeg2000.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmJpeg2000.cxx,v $ Language: C++ - Date: $Date: 2005/11/04 15:20:13 $ - Version: $Revision: 1.33 $ + Date: $Date: 2005/11/28 15:20:33 $ + Version: $Revision: 1.34 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -55,7 +55,7 @@ bool gdcm_read_JPEG2000_file (void* raw, char *inputdata, size_t inputlength) // Decompression if (!j2k_decode(src, len, &img, &cp)) { - gdcmErrorMacro( "ERROR -> j2k_to_image: failed to decode image!" ); + gdcmStaticErrorMacro( "ERROR -> j2k_to_image: failed to decode image!" ); return false; }