Index: trunk/psLib/src/fits/psFitsTable.c
===================================================================
--- trunk/psLib/src/fits/psFitsTable.c	(revision 8245)
+++ trunk/psLib/src/fits/psFitsTable.c	(revision 8623)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-08-09 02:26:44 $
+ *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-08-26 03:11:59 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -573,7 +573,7 @@
         psString colType = NULL;        // The column type
         if (spec->type == PS_DATA_VECTOR) {
-            psStringAppend(&colType, "%d%c", spec->size, getTForm(spec->vectorType));
+            psStringAppend(&colType, "%zd%c", spec->size, getTForm(spec->vectorType));
         } else {
-            psStringAppend(&colType, "%d%c", spec->size, getTForm(spec->type));
+            psStringAppend(&colType, "%zd%c", spec->size, getTForm(spec->type));
         }
         columnTypes->data[i] = colType;
