IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2018, 10:12:18 AM (8 years ago)
Author:
eugene
Message:

build the ppImageErrorCodes.c,h files; add NO_PIXELS error as 5007 (was hard-wired)

Location:
trunk/ppImage/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src

    • Property svn:ignore
      •  

        old new  
        1111ppImageVersionDefinitions.h
        1212ppImageVersionDefinitions.h.tmp
         13ppImageErrorCodes.c
         14ppImageErrorCodes.h
  • trunk/ppImage/src/ppImageErrorCodes.c.in

    r11259 r40453  
    1818    for (int i = 0; i < nerror; i++) {
    1919       psErrorDescription *tmp = psAlloc(sizeof(psErrorDescription));
    20        p_psMemSetPersistent(tmp, true);
     20       psMemSetPersistent(tmp, true);
    2121       *tmp = errors[i];
    2222       psErrorRegister(tmp, 1);
Note: See TracChangeset for help on using the changeset viewer.