IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2004, 3:45:49 PM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psTrace.c

    r1742 r1743  
    99 *  @author George Gusciora, MHPCC
    1010 *
    11  *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-09-09 01:42:37 $
     11 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-09-09 01:44:02 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    356356    }
    357357
     358    // If the component name has no leading dot, then supply it.
    358359    if (name[0] != '.') {
    359360        compName = (char *) psAlloc(10 + strlen(name));
Note: See TracChangeset for help on using the changeset viewer.