Changeset 18649 for trunk/ppSub/src/ppSub.c
- Timestamp:
- Jul 21, 2008, 3:22:57 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSub.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSub.c
r16866 r18649 22 22 } 23 23 24 if (!ppSubArguments(argc, argv, config)) {25 psErrorStackPrint(stderr, "Error reading arguments.\n");26 exitValue = PS_EXIT_CONFIG_ERROR;27 goto die;28 }29 30 24 if (!pmModelClassInit()) { 31 25 psErrorStackPrint(stderr, "Error initialising model classes.\n"); … … 34 28 } 35 29 30 if (!ppSubArgumentsSetup(argc, argv, config)) { 31 psErrorStackPrint(stderr, "Error reading arguments.\n"); 32 exitValue = PS_EXIT_CONFIG_ERROR; 33 goto die; 34 } 35 36 36 if (!ppSubCamera(config)) { 37 37 psErrorStackPrint(stderr, "Error setting up camera.\n"); 38 exitValue = PS_EXIT_CONFIG_ERROR; 39 goto die; 40 } 41 42 if (!ppSubArgumentsParse(config)) { 43 psErrorStackPrint(stderr, "Error reading arguments.\n"); 38 44 exitValue = PS_EXIT_CONFIG_ERROR; 39 45 goto die;
Note:
See TracChangeset
for help on using the changeset viewer.
