Index: trunk/psLib/src/astronomy/psCoord.c
===================================================================
--- trunk/psLib/src/astronomy/psCoord.c	(revision 1532)
+++ trunk/psLib/src/astronomy/psCoord.c	(revision 1615)
@@ -3,5 +3,5 @@
 *  @brief Contains basic coordinate transformation definitions and operations
 *
-*  This file defines the basic types for astronomical coordinate 
+*  This file defines the basic types for astronomical coordinate
 *  transformation
 *
@@ -10,6 +10,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-13 23:43:29 $
+*  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-25 01:38:30 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -196,5 +196,5 @@
 psSphereTransform* psSphereTransformICRStoEcliptic(psTime time)
 {
-    struct tm *tmTime = psTimeToTM(time);
+    struct tm *tmTime = psTimeToTM(&time);
     double year = (double)(1900 + tmTime->tm_year);
     double T = year / 100.0;
@@ -208,5 +208,5 @@
 psSphereTransform* psSphereTransformEcliptictoICRS(psTime time)
 {
-    struct tm *tmTime = psTimeToTM(time);
+    struct tm *tmTime = psTimeToTM(&time);
     double year = (double)(1900 + tmTime->tm_year);
     double T = year / 100.0;
