IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 10, 2008, 3:29:55 PM (18 years ago)
Author:
Paul Price
Message:

Fixing compilation error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubCamera.c

    r16913 r16914  
    119119    }
    120120
    121     if (!pmFPAAddSourceFromFormat(output->fpa, name, output->format)) {
     121    if (!pmFPAAddSourceFromFormat(output->fpa, "Subtraction", output->format)) {
    122122        psError(PS_ERR_UNKNOWN, false, "Unable to generate output FPA.");
    123123        psFree(view);
Note: See TracChangeset for help on using the changeset viewer.