IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2009, 1:35:09 PM (17 years ago)
Author:
eugene
Message:

avoid non-static format without supplied following argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroModelArguments.c

    r15880 r21390  
    99    if (argc == 1) {
    1010        psError(PSASTRO_ERR_ARGUMENTS, true, "No arguments supplied");
    11         psErrorStackPrint(stderr, usage);
     11        psErrorStackPrint(stderr, "%s", usage);
    1212        exit (1);
    1313    }
     
    1717    if (config == NULL) {
    1818        psError(PSASTRO_ERR_CONFIG, false, "Can't read site configuration");
    19         psErrorStackPrint(stderr, usage);
     19        psErrorStackPrint(stderr, "%s", usage);
    2020        exit (1);
    2121    }
     
    3434    } else {
    3535        psError(PSASTRO_ERR_ARGUMENTS, true, "Missing -output (root)");
    36         psErrorStackPrint(stderr, usage);
     36        psErrorStackPrint(stderr, "%s", usage);
    3737        exit (1);
    3838    }
Note: See TracChangeset for help on using the changeset viewer.