IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23367 for trunk/ppStack


Ignore:
Timestamp:
Mar 17, 2009, 3:03:52 PM (17 years ago)
Author:
Paul Price
Message:

Fixing cut/paste error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackLoop.c

    r23341 r23367  
    103103    // Clean up
    104104    psTrace("ppStack", 2, "Cleaning up after combination....\n");
    105     if (!ppStackCombineFinal(stack, options, config)) {
     105    if (!ppStackCleanup(stack, options, config)) {
    106106        psError(PS_ERR_UNKNOWN, false, "Unable to clean up.");
    107107        psFree(stack);
Note: See TracChangeset for help on using the changeset viewer.