From: malaterre Date: Sat, 11 Jun 2005 17:50:27 +0000 (+0000) Subject: COMP: VS6 was not happy to cast an int into ushort X-Git-Tag: Version1.2.bp~523 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=3982051682be501009c8c9112f5ea6e2fb64c4fd;hp=a3f75107d086c0a7f6ece0f757f433ffe1e7a6de;p=gdcm.git COMP: VS6 was not happy to cast an int into ushort --- diff --git a/src/gdcmjasper/src/libjasper/pnm/pnm_cod.h b/src/gdcmjasper/src/libjasper/pnm/pnm_cod.h index f16f9fbd..963ed5cc 100644 --- a/src/gdcmjasper/src/libjasper/pnm/pnm_cod.h +++ b/src/gdcmjasper/src/libjasper/pnm/pnm_cod.h @@ -64,7 +64,7 @@ /* * Portable Pixmap/Graymap Format Support * - * $Id: pnm_cod.h,v 1.1 2005/05/22 18:33:09 malaterre Exp $ + * $Id: pnm_cod.h,v 1.2 2005/06/11 17:50:27 malaterre Exp $ */ #ifndef PNM_COD_H @@ -115,7 +115,7 @@ typedef struct { - int magic; + uint_fast16_t magic; /* The magic number. */ int width;