X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmJpeg.cxx;h=76f04c23b834a962fc14e59e75958123277773a0;hb=fdef18c217469cc507704db6d686ce195e82e4ce;hp=c4d3db4cf97a96b7baa793d7c8cbbf0a15301fe3;hpb=b532ad866844f8fd600baa08a748d0233a2dc2ca;p=gdcm.git diff --git a/src/gdcmJpeg.cxx b/src/gdcmJpeg.cxx index c4d3db4c..76f04c23 100644 --- a/src/gdcmJpeg.cxx +++ b/src/gdcmJpeg.cxx @@ -146,11 +146,8 @@ my_error_exit (j_common_ptr cinfo) { * Sample routine for JPEG decompression. We assume that the source file name * is passed in. We want to return 1 on success, 0 on error. */ - - -//GLOBAL(int) -int -gdcmFile::gdcm_read_JPEG_file (void * image_buffer) { +//GLOBAL(bool) +bool gdcmFile::gdcm_read_JPEG_file (FILE *fp,void * image_buffer) { char *pimage;