IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 22, 2008, 9:10:30 AM (18 years ago)
Author:
eugene
Message:

changing state from old values (run, stop) to new set (new, full, cleaned, etc); using pxIsValidState where possible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/ippTools/src/pxtools.c

    r18622 r18659  
    2929{
    3030    PS_ASSERT_PTR_NON_NULL(state, false);
     31   
     32    // XXX replace strncmp with strcmp
    3133
    3234    if (!((strncmp(state, "new", 4) == 0)
     35    || (strncmp(state, "reg", 3) == 0)
    3336    || (strncmp(state, "full", 5) == 0)
    3437    || (strncmp(state, "goto_cleaned", 8) == 0)
Note: See TracChangeset for help on using the changeset viewer.