IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2006, 5:33:37 PM (20 years ago)
Author:
Paul Price
Message:

Fixing code after pushing argc,argv into pmConfig.

File:
1 edited

Legend:

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

    r7647 r7677  
    1111    // Determine camera, format from header if not already defined
    1212    // Construct camera in preparation for reading
    13     pmConfig *config = ppImageArguments(&argc, argv);
     13    pmConfig *config = ppImageArguments(argc, argv);
    1414    if (config == NULL) {
    1515        psErrorStackPrint(stderr, "");
Note: See TracChangeset for help on using the changeset viewer.