Changeset 23719 for branches/pap/ppSub/src/ppSub.c
- Timestamp:
- Apr 6, 2009, 6:52:51 PM (17 years ago)
- Location:
- branches/pap/ppSub/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppSub/src
- Property svn:ignore
-
old new 10 10 stamp-h1 11 11 ppSubKernel 12 ppSubErrorCodes.h 13 ppSubErrorCodes.c
-
- Property svn:ignore
-
branches/pap/ppSub/src/ppSub.c
r23704 r23719 51 51 ppSubData *data = ppSubDataAlloc(); // Processing data 52 52 53 if (!ppSubArguments Setup(argc, argv, config, data)) {53 if (!ppSubArguments(argc, argv, config, data)) { 54 54 psErrorStackPrint(stderr, "Error reading arguments.\n"); 55 55 exitValue = PS_EXIT_CONFIG_ERROR;
Note:
See TracChangeset
for help on using the changeset viewer.
