IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7853


Ignore:
Timestamp:
Jul 10, 2006, 10:15:43 AM (20 years ago)
Author:
Paul Price
Message:

Fixing definition of psStringSubstitute.

File:
1 edited

Legend:

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

    r7707 r7853  
    1414 *  @author David Robbins, MHPCC
    1515 *
    16  *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2006-06-27 20:33:22 $
     16 *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2006-07-10 20:15:43 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    130130 *  @return char*:      the modified input string.
    131131 */
    132 char *psStringSubstitute (
    133     char *input,                       ///< input string to be modified
    134     const char *replace,               ///< replacement value
    135     const char *key                    ///< string to be replaced in input
     132psString psStringSubstitute (
     133    psString input,                     ///< input string to be modified
     134    const char *replace,                ///< replacement value
     135    const char *key                     ///< string to be replaced in input
    136136);
    137137
Note: See TracChangeset for help on using the changeset viewer.