IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28516


Ignore:
Timestamp:
Jun 25, 2010, 3:40:58 PM (16 years ago)
Author:
Paul Price
Message:

Can't count.

File:
1 edited

Legend:

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

    r28279 r28516  
    13651365    // check that state is a valid string value
    13661366    if (!(
    1367             (strncmp(state, "new", 4) == 0)
    1368             || (strncmp(state, "full", 5) == 0)
    1369             || (strncmp(state, "drop", 5) == 0)
    1370             || (strncmp(state, "reg", 4) == 0)
     1367            (strncmp(state, "new", 3) == 0)
     1368            || (strncmp(state, "full", 4) == 0)
     1369            || (strncmp(state, "drop", 4) == 0)
     1370            || (strncmp(state, "reg", 3) == 0)
    13711371        )
    13721372    ) {
Note: See TracChangeset for help on using the changeset viewer.