IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8347


Ignore:
Timestamp:
Aug 14, 2006, 7:13:57 PM (20 years ago)
Author:
Paul Price
Message:

Fixing bug for parsing of recipe names: used >= instead of ==

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsSetupFromRecipe.c

    r8337 r8347  
    8484        while ((statString = psListGetAndIncrement(iterator))) {
    8585            psStatsOptions stat = psStatsOptionFromString(statString);
    86             if (stat >= 0) {
     86            if (stat == 0) {
    8787                psLogMsg(__func__, PS_LOG_WARN, "Can't interpret STATS entry in recipe: "
    8888                         "%s --- ignored.\n", statString);
Note: See TracChangeset for help on using the changeset viewer.