IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2012, 11:38:10 AM (14 years ago)
Author:
bills
Message:

missed adding new argument to a couple of calls to psThreadPoolWait

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeLoop.c

    r25769 r33093  
    382382
    383383            // Wait for the threads to finish and manage results
    384             if (!psThreadPoolWait(false)) {
     384            if (!psThreadPoolWait(false, true)) {
    385385                psError(PS_ERR_UNKNOWN, false, "Unable to combine images.");
    386386                return false;
Note: See TracChangeset for help on using the changeset viewer.