X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcmjasper%2Fsrc%2Flibjasper%2Fpnm%2Fpnm_dec.c;h=47716a7b9c26221e2d143cdcbb2979e2995bd631;hb=f8287c00c0a0c448eade55158a63f1d44eeb06e0;hp=759bc70800cc60c243427277c2860ce99db57013;hpb=92caef4ab9527cc610e45d51e6fde0d94a045088;p=gdcm.git diff --git a/src/gdcmjasper/src/libjasper/pnm/pnm_dec.c b/src/gdcmjasper/src/libjasper/pnm/pnm_dec.c index 759bc708..47716a7b 100644 --- a/src/gdcmjasper/src/libjasper/pnm/pnm_dec.c +++ b/src/gdcmjasper/src/libjasper/pnm/pnm_dec.c @@ -64,7 +64,7 @@ /* * Portable Pixmap/Graymap Format Support * - * $Id: pnm_dec.c,v 1.1 2005/05/22 18:33:09 malaterre Exp $ + * $Id: pnm_dec.c,v 1.2 2005/06/11 02:05:38 malaterre Exp $ */ /******************************************************************************\ @@ -352,7 +352,7 @@ static int pnm_getdata(jas_stream_t *in, pnm_hdr_t *hdr, jas_image_t *image) v = uv; } } - jas_matrix_set(data[cmptno], 0, x, v); + jas_matrix_set(data[cmptno], 0, x, (jas_seqent_t)v); } } }