IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2005, 11:57:12 AM (21 years ago)
Author:
drobbin
Message:

Fixed psTrace to remove " " argument

File:
1 edited

Legend:

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

    r5071 r5112  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-09-20 00:31:22 $
     11 *  @version $Revision: 1.60 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-09-23 21:57:12 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    657657    va_list ap;
    658658    va_start(ap, format);
    659     format = va_arg(ap, char *);
     659    //    format = va_arg(ap, char *);
    660660    psTraceV(comp, level, format, ap);
    661661    va_end(ap);
Note: See TracChangeset for help on using the changeset viewer.