IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24006


Ignore:
Timestamp:
Apr 29, 2009, 6:02:27 PM (17 years ago)
Author:
eugene
Message:

we were passing the wrong view to ppMergeFileOpenInput

File:
1 edited

Legend:

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

    r23259 r24006  
    111111            }
    112112
    113             if (!ppMergeFileOpenInput(config, view, i)) {
     113            if (!ppMergeFileOpenInput(config, inView, i)) {
    114114                psError(PS_ERR_UNKNOWN, false, "Unable to open file %d", i);
    115115                psFree(inView);
Note: See TracChangeset for help on using the changeset viewer.