Index: /trunk/psLib/src/types/psMetadata.c
===================================================================
--- /trunk/psLib/src/types/psMetadata.c	(revision 7030)
+++ /trunk/psLib/src/types/psMetadata.c	(revision 7031)
@@ -12,6 +12,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.104 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-21 20:47:39 $
+ *  @version $Revision: 1.105 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-05-02 01:48:56 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -635,7 +635,6 @@
     PS_ASSERT_PTR_NON_NULL(md,false);
     PS_ASSERT_PTR_NON_NULL(md->list,false);
-    PS_ASSERT_PTR_NON_NULL(value,false);
+
     return (psMetadataAdd(md, location, name, format | PS_DATA_STRING, comment, value) );
-
 }
 
