IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20552


Ignore:
Timestamp:
Nov 5, 2008, 10:41:47 AM (18 years ago)
Author:
Paul Price
Message:

Had "break" when I meant "continue".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r20480 r20552  
    13591359        if (hdrItem && psMetadataItemCompare(hdrItem, rulesItem)) {
    13601360            // It's already there and matches
    1361             break;
     1361            continue;
    13621362        }
    13631363
Note: See TracChangeset for help on using the changeset viewer.