Changeset 21390 for trunk/psastro/src/psastroModelArguments.c
- Timestamp:
- Feb 6, 2009, 1:35:09 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroModelArguments.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroModelArguments.c
r15880 r21390 9 9 if (argc == 1) { 10 10 psError(PSASTRO_ERR_ARGUMENTS, true, "No arguments supplied"); 11 psErrorStackPrint(stderr, usage);11 psErrorStackPrint(stderr, "%s", usage); 12 12 exit (1); 13 13 } … … 17 17 if (config == NULL) { 18 18 psError(PSASTRO_ERR_CONFIG, false, "Can't read site configuration"); 19 psErrorStackPrint(stderr, usage);19 psErrorStackPrint(stderr, "%s", usage); 20 20 exit (1); 21 21 } … … 34 34 } else { 35 35 psError(PSASTRO_ERR_ARGUMENTS, true, "Missing -output (root)"); 36 psErrorStackPrint(stderr, usage);36 psErrorStackPrint(stderr, "%s", usage); 37 37 exit (1); 38 38 }
Note:
See TracChangeset
for help on using the changeset viewer.
