IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2004, 2:15:16 PM (22 years ago)
Author:
desonia
Message:

changed error-text define names to indicate the file where used, not function.

File:
1 edited

Legend:

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

    r1713 r1715  
    99 *  @author Eric Van Alst, MHPCC
    1010 *   
    11  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-09-08 00:09:06 $
     11 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-09-08 00:15:16 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4040        // Log error message and return NULL
    4141        psErrorMsg(ERRORNAME_PREFIX "psStringNCopy", PS_ERR_BAD_PARAMETER_VALUE, true,
    42                    PS_ERRORTEXT_psStringNCopy_NCHAR_NEGATIVE,
     42                   PS_ERRORTEXT_psString_NCHAR_NEGATIVE,
    4343                   nChar);
    4444        return NULL;
Note: See TracChangeset for help on using the changeset viewer.