IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 22, 2006, 2:48:04 PM (20 years ago)
Author:
Paul Price
Message:

Adding GPL stuff, for distribution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/src/errorCodes-skl.c

    r3809 r8480  
    2424    for (int i = 0; i < nerror; i++) {
    2525       psErrorDescription *tmp = psAlloc(sizeof(psErrorDescription));
    26         p_psMemSetPersistent(tmp, true);
     26        p_psMemSetPersistent(tmp, true);
    2727       *tmp = errors[i];
    2828       psErrorRegister(tmp, 1);
    29        psFree(tmp);                     /* it's on the internal list */
     29       psFree(tmp);                     /* it's on the internal list */
    3030    }
    31     nerror = 0;                                 // don't register more than once
     31    nerror = 0;                                 // don't register more than once
    3232}
Note: See TracChangeset for help on using the changeset viewer.