]> Creatis software - gdcm.git/commitdiff
COMP: VS6 was not happy to cast an int into ushort
authormalaterre <malaterre>
Sat, 11 Jun 2005 17:50:27 +0000 (17:50 +0000)
committermalaterre <malaterre>
Sat, 11 Jun 2005 17:50:27 +0000 (17:50 +0000)
src/gdcmjasper/src/libjasper/pnm/pnm_cod.h

index f16f9fbd823392d37be91cc803e969113202b789..963ed5cc071e2549423830e612bb063082d993fb 100644 (file)
@@ -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
 
 typedef struct {
 
-  int magic;
+  uint_fast16_t magic;
   /* The magic number. */
 
   int width;