IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 463


Ignore:
Timestamp:
Apr 19, 2004, 4:30:07 PM (22 years ago)
Author:
desonia
Message:

* empty log message *

Location:
trunk/psLib/src
Files:
4 edited

Legend:

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

    r432 r463  
    1010 *  @author Eric Van Alst, MHPCC
    1111 *   
    12  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-04-16 02:18:57 $
     12 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-04-20 02:30:07 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6868
    6969    // Clean up stack after variable arguement has been used
    70     va_end(argPtr); 
     70    va_end(argPtr);
    7171}
    7272
  • trunk/psLib/src/sys/psString.h

    r439 r463  
    88 *  @author Eric Van Alst, MHPCC
    99 *   
    10  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-04-19 19:09:36 $
     10 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2004-04-20 02:30:07 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4747
    4848
    49 /** Copies the input string up to the specified number of characters 
     49/** Copies the input string up to the specified number of characters
    5050 *
    5151 *  This function shall allocate memory to the length specified by nChar
  • trunk/psLib/src/sysUtils/psError.c

    r432 r463  
    1010 *  @author Eric Van Alst, MHPCC
    1111 *   
    12  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-04-16 02:18:57 $
     12 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-04-20 02:30:07 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6868
    6969    // Clean up stack after variable arguement has been used
    70     va_end(argPtr); 
     70    va_end(argPtr);
    7171}
    7272
  • trunk/psLib/src/sysUtils/psString.h

    r439 r463  
    88 *  @author Eric Van Alst, MHPCC
    99 *   
    10  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-04-19 19:09:36 $
     10 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2004-04-20 02:30:07 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4747
    4848
    49 /** Copies the input string up to the specified number of characters 
     49/** Copies the input string up to the specified number of characters
    5050 *
    5151 *  This function shall allocate memory to the length specified by nChar
Note: See TracChangeset for help on using the changeset viewer.