IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2005, 2:33:36 PM (21 years ago)
Author:
evanalst
Message:

Update psStringNCopy to check for maximum value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psString.h

    r4409 r4434  
    1313 *  @author Eric Van Alst, MHPCC
    1414 *
    15  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2005-06-28 20:17:52 $
     15 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2005-06-30 00:33:36 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6464psString psStringNCopy(
    6565    const char *string,                ///< Input string of characters to copy
    66     int nChar                          ///< Number of bytes to allocate for string copy
     66    unsigned int nChar                          ///< Number of bytes to allocate for string copy
    6767);
    6868
Note: See TracChangeset for help on using the changeset viewer.