Index: /trunk/psLib/src/sys/psTrace.c
===================================================================
--- /trunk/psLib/src/sys/psTrace.c	(revision 1741)
+++ /trunk/psLib/src/sys/psTrace.c	(revision 1742)
@@ -9,6 +9,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-09 01:42:37 $
+ *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-09 01:44:02 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -356,4 +356,5 @@
     }
 
+    // If the component name has no leading dot, then supply it.
     if (name[0] != '.') {
         compName = (char *) psAlloc(10 + strlen(name));
Index: /trunk/psLib/src/sysUtils/psTrace.c
===================================================================
--- /trunk/psLib/src/sysUtils/psTrace.c	(revision 1741)
+++ /trunk/psLib/src/sysUtils/psTrace.c	(revision 1742)
@@ -9,6 +9,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-09 01:41:24 $
+ *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-09 01:42:37 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -237,4 +237,5 @@
     }
 
+    // If the component name has no leading dot, then supply it.
     if (comp[0] != '.') {
         compName = (char *) psAlloc(10 + strlen(comp));
Index: /trunk/psLib/test/sysUtils/tst_psTrace.c
===================================================================
--- /trunk/psLib/test/sysUtils/tst_psTrace.c	(revision 1741)
+++ /trunk/psLib/test/sysUtils/tst_psTrace.c	(revision 1742)
@@ -18,5 +18,5 @@
 static int testTrace05a(void);
 static int testTrace06(void);
-static int testTrace20(void);
+static int testTrace08(void);
 
 testDescription tests[] = {
@@ -29,5 +29,5 @@
                               {testTrace05a, 5, "optional leading dot and psTracePrintLevels()", 0, false},
                               {testTrace06, 6, "Testing psTraceReset", 0, false},
-                              {testTrace20, 20, "Testing ", 0, false},
+                              {testTrace08, 8, "Testing ", 0, false},
                               {NULL}
                           };
@@ -289,5 +289,5 @@
 }
 
-static int testTrace20(void)
+static int testTrace08(void)
 {
     (void)psTraceSetLevel(".", 9);
