IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2006, 12:07:23 PM (20 years ago)
Author:
jhoblitt
Message:

fix a wide range of format string errors

File:
1 edited

Legend:

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

    r7757 r8675  
    1313    pmConfig *config = ppFocusArguments(argc, argv);
    1414    if (config == NULL) {
    15         psErrorStackPrint(stderr, "");
     15        psErrorStackPrint(stderr, " ");
    1616        exit(1);
    1717    }
     
    3434        ppImageOptions *options = ppFocusParseCamera(config, i);
    3535        if (options == NULL) {
    36             psErrorStackPrint(stderr, "");
     36            psErrorStackPrint(stderr, " ");
    3737            exit(1);
    3838        }
     
    4242        //
    4343        if (!ppImageLoop(config, options)) {
    44             psErrorStackPrint(stderr, "");
     44            psErrorStackPrint(stderr, " ");
    4545            exit(1);
    4646        }
Note: See TracChangeset for help on using the changeset viewer.