IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 22, 2025, 4:26:53 PM (13 months ago)
Author:
cclin33
Message:

add a new state ignore for ipptools, ipp-2240

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxtools.c

    r34197 r42796  
    3636    if (!strcmp(state, "wait")) return true;
    3737    if (!strcmp(state, "keep")) return true;
     38    if (!strcmp(state, "ignore")) return true;
    3839    if (!strcmp(state, "goto_cleaned")) return true;
    3940    if (!strcmp(state, "error_cleaned")) return true;
Note: See TracChangeset for help on using the changeset viewer.