IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 490


Ignore:
Timestamp:
Apr 21, 2004, 4:27:25 AM (22 years ago)
Author:
rhl
Message:

Teach psErrorCodeString() to understand PS_ERR_NONE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/src/Utils/error.c

    r456 r490  
    146146        errorStringList[i] = NULL;
    147147    }
    148    
     148
     149    errorStringList[PS_ERR_NONE] = "No error";
    149150    for (int i = 0; i < PS_ERR_N_ERR_CLASSES; i++) {
    150151        if (errorStrings[i].descrip == NULL) {
Note: See TracChangeset for help on using the changeset viewer.