Changeset 1742 for trunk/psLib/src/sys/psTrace.c
- Timestamp:
- Sep 8, 2004, 3:44:02 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psTrace.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.c
r1741 r1742 9 9 * @author George Gusciora, MHPCC 10 10 * 11 * @version $Revision: 1.3 0$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-09-09 01:4 2:37$11 * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-09-09 01:44:02 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 356 356 } 357 357 358 // If the component name has no leading dot, then supply it. 358 359 if (name[0] != '.') { 359 360 compName = (char *) psAlloc(10 + strlen(name));
Note:
See TracChangeset
for help on using the changeset viewer.
