Changeset 25847 for trunk/pswarp/src/pswarpLoop.c
- Timestamp:
- Oct 14, 2009, 5:36:51 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpLoop.c
r25738 r25847 488 488 psString dump_file = psMetadataLookupStr(&status, config->arguments, "DUMP_CONFIG"); 489 489 if (dump_file) { 490 pmConfigDump(config, dump_file); 490 if (!pmConfigDump(config, dump_file)) { 491 psError(PS_ERR_IO, false, "Unable to dump configuration"); 492 return false; 493 } 491 494 } 492 495
Note:
See TracChangeset
for help on using the changeset viewer.
