IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7829 for trunk/ppImage/src


Ignore:
Timestamp:
Jul 5, 2006, 5:37:14 PM (20 years ago)
Author:
Paul Price
Message:

Don't have to allocate config->arguments.

Location:
trunk/ppImage/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppFocusArguments.c

    r7818 r7829  
    1919        exit(EXIT_FAILURE);
    2020    }
    21 
    22     // Storage for other command-line arguments
    23     config->arguments = psMetadataAlloc(); // The arguments, with default values
    2421
    2522    // save these recipe options until we have loaded the options
  • trunk/ppImage/src/ppImageArguments.c

    r7818 r7829  
    1919        exit(EXIT_FAILURE);
    2020    }
    21 
    22     // Storage for other command-line arguments
    23     config->arguments = psMetadataAlloc(); // The arguments, with default values
    2421
    2522    // save these recipe options until we have loaded the options
  • trunk/ppImage/src/ppTest.c

    r7818 r7829  
    1818
    1919    // Parse other command-line arguments
    20     config->arguments = psMetadataAlloc(); // The arguments, with default values
    2120    psMetadataAddStr(config->arguments, PS_LIST_TAIL, "-key", 0, "exposure ID", "");
    2221    psMetadataAddStr(config->arguments, PS_LIST_TAIL, "-bias", 0, "Name of the bias image", "");
Note: See TracChangeset for help on using the changeset viewer.