Index: /trunk/psLib/test/astro/tst_psTime_04.c
===================================================================
--- /trunk/psLib/test/astro/tst_psTime_04.c	(revision 6211)
+++ /trunk/psLib/test/astro/tst_psTime_04.c	(revision 6212)
@@ -18,6 +18,6 @@
  *  @author  David Robbins, MHPCC
  *
- *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2006-01-23 20:04:31 $
+ *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2006-01-26 23:32:49 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -161,5 +161,5 @@
         psError(PS_ERR_BAD_PARAMETER_VALUE, false,
                 "psTime_TideUT1Corr failed to return correct values.\n");
-        printf("\nsec = %ld, nsec = %u\n", empty->sec, empty->nsec);
+        printf("\nsec = %ld, nsec = %u\n", (long)(empty->sec), empty->nsec);
         return 2;
     }
