Index: /trunk/psLib/test/dataIO/tst_psFits.c
===================================================================
--- /trunk/psLib/test/dataIO/tst_psFits.c	(revision 3031)
+++ /trunk/psLib/test/dataIO/tst_psFits.c	(revision 3032)
@@ -6,6 +6,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-01-18 19:07:45 $
+*  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-01-18 19:08:20 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -849,5 +849,5 @@
             psError(PS_ERR_UNKNOWN, true,
                     "Failed to retrieve psS32 metadata item from file (row=%d).  Got %d vs %d",
-                    fow, intItem, row);
+                    row, intItem, row);
             return 20;
         }
Index: /trunk/psLib/test/fileUtils/tst_psFits.c
===================================================================
--- /trunk/psLib/test/fileUtils/tst_psFits.c	(revision 3031)
+++ /trunk/psLib/test/fileUtils/tst_psFits.c	(revision 3032)
@@ -6,6 +6,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-01-18 19:07:45 $
+*  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-01-18 19:08:20 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -849,5 +849,5 @@
             psError(PS_ERR_UNKNOWN, true,
                     "Failed to retrieve psS32 metadata item from file (row=%d).  Got %d vs %d",
-                    fow, intItem, row);
+                    row, intItem, row);
             return 20;
         }
