IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23285


Ignore:
Timestamp:
Mar 11, 2009, 4:42:00 PM (17 years ago)
Author:
Paul Price
Message:

Need to pass a list to configCull(), even if it's empty.

File:
1 edited

Legend:

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

    r23284 r23285  
    7979            continue;
    8080        }
    81         if (!configCull(recipes, NULL)) {
     81        if (!configCull(recipes, keep)) {
    8282            psError(PS_ERR_UNKNOWN, false, "Unable to cull recipes for camera %s", item->name);
    8383            psFree(iter);
Note: See TracChangeset for help on using the changeset viewer.