Index: trunk/psLib/src/astro/psTime.c
===================================================================
--- trunk/psLib/src/astro/psTime.c	(revision 2301)
+++ trunk/psLib/src/astro/psTime.c	(revision 2313)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-11-09 00:36:13 $
+ *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-11-09 02:03:28 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -36,7 +36,9 @@
 
 #ifndef TIME_CONFIG_FILE
-#define TIME_CONFIG_FILE "../../config/time.config"
+#define TIME_CONFIG_FILE "../../config/psTime.config"
 #pragma warning TIME_CONFIG_FILE was not defined in the makefile.
 #endif
+
+#define MAX_STRING_LENGTH 256
 
 /** Sidereal angular conversion from seconds to radians for GMST in seconds (i.e. pi/(180*240)) */
@@ -199,5 +201,5 @@
     psLookupTable *table = NULL;
     psLookupStatusType status = PS_LOOKUP_SUCCESS;
-    char *metadataTableNames[4] = {"ser7", "eopc",  "finals", "tai"};
+    char metadataTableNames[4][MAX_STRING_LENGTH] = {"ser7", "eopc",  "finals", "tai"};
 
 
@@ -487,5 +489,5 @@
     psMetadataItem *tableMetadataItem = NULL;
     psLookupStatusType status = PS_LOOKUP_SUCCESS;
-    char *metadataTableNames[3] = {"ser7", "eopc",  "finals"};
+    char *metadataTableNames[3] = {"ser7Table", "eopcTable",  "finalsTable"};
 
 
@@ -559,5 +561,5 @@
     psLookupStatusType yStatus = PS_LOOKUP_SUCCESS;
     psMetadataItem *tableMetadataItem = NULL;
-    char *metadataTableNames[3] = {"ser7", "eopc",  "finals"};
+    char *metadataTableNames[3] = {"ser7Table", "eopcTable",  "finalsTable"};
     psVector *xp = NULL;
     psVector *yp = NULL;
