Index: /trunk/psLib/src/types/psMetadataConfig.c
===================================================================
--- /trunk/psLib/src/types/psMetadataConfig.c	(revision 9930)
+++ /trunk/psLib/src/types/psMetadataConfig.c	(revision 9931)
@@ -10,6 +10,6 @@
 *  @author Eric Van Alst, MHPCC
 *
-*  @version $Revision: 1.118 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-11-09 04:51:54 $
+*  @version $Revision: 1.119 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-11-09 21:41:15 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1544,5 +1544,5 @@
         break;
     case PS_DATA_METADATA: {
-            if (item->comment) {
+            if (item->comment && strncmp(item->comment,"",2)) {
                 psStringAppend(&content, "\n%s  METADATA  # %s", item->name, item->comment);
             } else {
