Changeset 34283
- Timestamp:
- Aug 2, 2012, 4:48:13 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotStack.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotStack.c
r31154 r34283 29 29 exit (psphotGetExitStatus()); 30 30 } 31 // Dump configuration32 bool mdok;33 psString dump = psMetadataLookupStr(&mdok, config->arguments, "DUMP_CONFIG"); // File for config34 if (dump && !pmConfigDump(config, dump)) {35 psError(psErrorCodeLast(), false, "Unable to dump configuration.");36 exit (psphotGetExitStatus());37 }38 39 40 31 41 32 psLogMsg ("psphot", 3, "complete psphot run: %f sec\n", psTimerMark ("complete"));
Note:
See TracChangeset
for help on using the changeset viewer.
