Index: /trunk/psLib/src/types/psMetadataConfig.c
===================================================================
--- /trunk/psLib/src/types/psMetadataConfig.c	(revision 5010)
+++ /trunk/psLib/src/types/psMetadataConfig.c	(revision 5011)
@@ -10,6 +10,6 @@
 *  @author Eric Van Alst, MHPCC
 *
-*  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-09-12 23:27:48 $
+*  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-09-12 23:40:01 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1308,5 +1308,5 @@
             strncat(mdString, content, MAXSTR);
 
-            snprintf(content, MAXSTR, "%ld, ", ((psTime*)(item->data.V))->sec);
+            snprintf(content, MAXSTR, "%ld, ", (long)((psTime*)(item->data.V))->sec);
             strncat(mdString, content, MAXSTR);
             snprintf(content, MAXSTR, "%u, ", ((psTime*)(item->data.V))->nsec);
