IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2004, 11:22:47 AM (22 years ago)
Author:
desonia
Message:

changed the naming conventions of errors.

File:
1 edited

Legend:

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

    r1715 r1731  
    99 *  @author Eric Van Alst, MHPCC
    1010 *   
    11  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-09-08 00:15:16 $
     11 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-09-08 21:22:47 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2222
    2323#include "psSysUtilsErrors.h"
    24 #define ERRORNAME_PREFIX PS_ERRORNAME_DOMAIN ".psString."
    2524
    2625char *psStringCopy(const char *str)
     
    3938    if (nChar < 0) {
    4039        // Log error message and return NULL
    41         psErrorMsg(ERRORNAME_PREFIX "psStringNCopy", PS_ERR_BAD_PARAMETER_VALUE, true,
     40        psErrorMsg(PS_ERRORNAME_DOMAIN "psStringNCopy", PS_ERR_BAD_PARAMETER_VALUE, true,
    4241                   PS_ERRORTEXT_psString_NCHAR_NEGATIVE,
    4342                   nChar);
Note: See TracChangeset for help on using the changeset viewer.