IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2007, 2:34:22 PM (19 years ago)
Author:
Paul Price
Message:

Get sources from correct label.

File:
1 edited

Legend:

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

    r14809 r14810  
    128128    psFree(view);
    129129
    130     pmFPAfile *sources = pmFPAfileBindFromArgs(&status, input, config, "PPSUB.SOURCES", "SOURCES");
     130    pmFPAfile *sources = pmFPAfileBindFromArgs(&status, input, config, "PPSUB.SOURCES", "PPSUB.SOURCES");
    131131    if (!status) {
    132132        psError(PS_ERR_IO, false, "Failed to load file definition PPSUB.SOURCES");
Note: See TracChangeset for help on using the changeset viewer.