Index: trunk/psLib/src/fits/psFitsTable.c
===================================================================
--- trunk/psLib/src/fits/psFitsTable.c	(revision 7979)
+++ trunk/psLib/src/fits/psFitsTable.c	(revision 7980)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-07-13 01:29:37 $
+ *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-07-26 02:19:47 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -627,4 +627,5 @@
             size_t dataSize = PSELEMTYPE_SIZEOF(spec->type); // Size (in bytes) of this type
             psVector *columnData = psVectorAlloc(table->n, spec->type); // The raw row data, to be written
+            columnData->n = table->n;
             psVectorInit(columnData, 0);
             for (long i = 0; i < table->n; i++) {
