IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 3, 2004, 3:05:00 PM (22 years ago)
Author:
desonia
Message:

changed the psError signature to match SDRS. Also made misc. cleanups as
I was combing the files.

File:
1 edited

Legend:

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

    r2204 r2273  
    99 *  @author Eric Van Alst, MHPCC
    1010 *
    11  *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-10-27 00:57:31 $
     11 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-11-04 01:05:00 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3838    if (nChar < 0) {
    3939        // Log error message and return NULL
    40         psErrorMsg(PS_ERRORNAME_DOMAIN "psStringNCopy", PS_ERR_BAD_PARAMETER_VALUE, true,
    41                    PS_ERRORTEXT_psString_NCHAR_NEGATIVE,
    42                    nChar);
     40        psError(PS_ERR_BAD_PARAMETER_VALUE, true,
     41                PS_ERRORTEXT_psString_NCHAR_NEGATIVE,
     42                nChar);
    4343        return NULL;
    4444    }
Note: See TracChangeset for help on using the changeset viewer.