IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1742


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

...

Location:
trunk/psLib
Files:
3 edited

Legend:

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

    r1741 r1742  
    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));
  • trunk/psLib/src/sysUtils/psTrace.c

    r1741 r1742  
    99 *  @author George Gusciora, MHPCC
    1010 *
    11  *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-09-09 01:41:24 $
     11 *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-09-09 01:42:37 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    237237    }
    238238
     239    // If the component name has no leading dot, then supply it.
    239240    if (comp[0] != '.') {
    240241        compName = (char *) psAlloc(10 + strlen(comp));
  • trunk/psLib/test/sysUtils/tst_psTrace.c

    r1741 r1742  
    1818static int testTrace05a(void);
    1919static int testTrace06(void);
    20 static int testTrace20(void);
     20static int testTrace08(void);
    2121
    2222testDescription tests[] = {
     
    2929                              {testTrace05a, 5, "optional leading dot and psTracePrintLevels()", 0, false},
    3030                              {testTrace06, 6, "Testing psTraceReset", 0, false},
    31                               {testTrace20, 20, "Testing ", 0, false},
     31                              {testTrace08, 8, "Testing ", 0, false},
    3232                              {NULL}
    3333                          };
     
    289289}
    290290
    291 static int testTrace20(void)
     291static int testTrace08(void)
    292292{
    293293    (void)psTraceSetLevel(".", 9);
Note: See TracChangeset for help on using the changeset viewer.