Index: /trunk/psLib/test/astronomy/tst_psTime_03.c
===================================================================
--- /trunk/psLib/test/astronomy/tst_psTime_03.c	(revision 2327)
+++ /trunk/psLib/test/astronomy/tst_psTime_03.c	(revision 2328)
@@ -12,6 +12,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-10-27 00:57:33 $
+ *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-11-10 23:08:10 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -23,5 +23,5 @@
 
 #define PRINT_TIME(TEXT,TIME) \
-printf("%s Seconds = %ld Microseconds = %u\n", TEXT, (psS64)TIME->sec, TIME->usec);
+printf("%s Seconds = %lld Microseconds = %u\n", TEXT, TIME->sec, TIME->usec);
 
 psS32 main(psS32 argc, char* argv[])
