Index: /trunk/psLib/src/types/psMetadataConfig.c
===================================================================
--- /trunk/psLib/src/types/psMetadataConfig.c	(revision 8830)
+++ /trunk/psLib/src/types/psMetadataConfig.c	(revision 8831)
@@ -10,6 +10,6 @@
 *  @author Eric Van Alst, MHPCC
 *
-*  @version $Revision: 1.87 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-09-19 00:43:51 $
+*  @version $Revision: 1.88 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-09-19 00:45:28 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1334,5 +1334,5 @@
         break;
     case PS_DATA_BOOL:
-        psStringAppend (&content, "%-15s  %-8s  -%15s",
+        psStringAppend (&content, "%-15s  %-8s  %-15s",
                         item->name, "BOOL", item->data.B ? "T" : "F");
         if (item->comment && strncmp(item->comment, "", 2)) {
