IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13587


Ignore:
Timestamp:
May 31, 2007, 7:41:43 PM (19 years ago)
Author:
eugene
Message:

check for (found) in arguments

File:
1 edited

Legend:

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

    r13583 r13587  
    139139            continue;
    140140        }
     141        if (strstr(item->comment, "(found)") != NULL) {
     142            continue;
     143        }
    141144
    142145        switch (item->type) {
Note: See TracChangeset for help on using the changeset viewer.