Index: trunk/psLib/src/image/psImageIO.c
===================================================================
--- trunk/psLib/src/image/psImageIO.c	(revision 2204)
+++ trunk/psLib/src/image/psImageIO.c	(revision 2210)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-27 00:57:31 $
+ *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-27 19:35:58 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -37,8 +37,8 @@
     psS32 anynull = 0;
     psS32 bitPix = 0;             /* Pixel type */
-    psS64 nAxes[3];
-    psS64 firstPixel[3];         /* lower-left corner of image subset */
-    psS64 lastPixel[3];          /* upper-right corner of image subset */
-    psS64 increment[3];          /* increment for image subset */
+    long nAxes[3];
+    long firstPixel[3];         /* lower-left corner of image subset */
+    long lastPixel[3];          /* upper-right corner of image subset */
+    long increment[3];          /* increment for image subset */
     char fitsErr[80] = "";      /* CFITSIO error message string */
     psS32 hduType = IMAGE_HDU;
@@ -240,7 +240,7 @@
     psS32 status = 0;             /* CFITSIO status */
     fitsfile *fptr = NULL;      /* pointer to the FITS file */
-    psS64 nAxes[3];              /* Image axis vars */
-    psS64 firstPixel[3];         /* First Pixel to read */
-    psS64 lastPixel[3];          /* Last Pixel to read */
+    long nAxes[3];              /* Image axis vars */
+    long firstPixel[3];         /* First Pixel to read */
+    long lastPixel[3];          /* Last Pixel to read */
     char fitsErr[80];           /* FITSIO message string */
     psS32 datatype = 0;           /* the datatype of the image */
