IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1740


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

...

File:
1 edited

Legend:

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

    r1739 r1740  
    99 *  @author George Gusciora, MHPCC
    1010 *
    11  *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-09-09 01:33:28 $
     11 *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-09-09 01:41:24 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    239239    if (comp[0] != '.') {
    240240        compName = (char *) psAlloc(10 + strlen(comp));
    241         compName[0] = '.';
     241        strcpy(compName, ".");
    242242        compName = strcat(compName, comp);
    243243    } else {
     
    357357    if (name[0] != '.') {
    358358        compName = (char *) psAlloc(10 + strlen(name));
    359         compName[0] = '.';
     359        strcpy(compName, ".");
    360360        compName = strcat(compName, name);
    361361        traceLevel = doGetTraceLevel(compName);
Note: See TracChangeset for help on using the changeset viewer.