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/ppImage.c

    r7677 r8675  
    1313    pmConfig *config = ppImageArguments(argc, argv);
    1414    if (config == NULL) {
    15         psErrorStackPrint(stderr, "");
     15        psErrorStackPrint(stderr, " ");
    1616        exit(1);
    1717    }
     
    2121    ppImageOptions *options = ppImageParseCamera(config);
    2222    if (options == NULL) {
    23         psErrorStackPrint(stderr, "");
     23        psErrorStackPrint(stderr, " ");
    2424        exit(1);
    2525    }
     
    2727    // Image Arithmetic Loop
    2828    if (!ppImageLoop(config, options)) {
    29         psErrorStackPrint(stderr, "");
     29        psErrorStackPrint(stderr, " ");
    3030        exit(1);
    3131    }
Note: See TracChangeset for help on using the changeset viewer.