IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 15, 2004, 4:18:57 PM (22 years ago)
Author:
desonia
Message:

modifications so that psMemory compiles.

File:
1 edited

Legend:

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

    r427 r432  
    1010 *  @author Eric Van Alst, MHPCC
    1111 *   
    12  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-04-15 19:04:58 $
     12 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-04-16 02:18:57 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5757/*****************************************************************************/
    5858
    59 void psError(
    60    char *name,   
    61    char *fmt,
    62    ...   
    63 )
     59void psError(const char *name,const char *fmt, ...)
    6460{
    6561    va_list    argPtr;        // variable list arguement pointer
Note: See TracChangeset for help on using the changeset viewer.