Index: trunk/psLib/src/collections/psMetadata.c
===================================================================
--- trunk/psLib/src/collections/psMetadata.c	(revision 2004)
+++ trunk/psLib/src/collections/psMetadata.c	(revision 2011)
@@ -12,6 +12,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-07 19:31:41 $
+*  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-07 20:49:51 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -159,5 +159,5 @@
         break;
     case PS_META_S32:
-        metadataItem->data.S32 = (psS32)va_arg(argPtr, psF64);
+        metadataItem->data.S32 = (psS32)va_arg(argPtr, psS32);
         break;
     case PS_META_F32:
@@ -365,5 +365,4 @@
     }
     // Decrement reference count, since the metadata item is now in metadata collection and no longer needed
-    // here
     psMemDecrRefCounter(metadataItem);
 
