Changeset 25870 for branches/eam_branches/20090820/pswarp/src/pswarpLoop.c
- Timestamp:
- Oct 18, 2009, 10:23:28 AM (17 years ago)
- Location:
- branches/eam_branches/20090820
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pswarp/src/pswarpLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820
-
branches/eam_branches/20090820/pswarp/src/pswarpLoop.c
r25766 r25870 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.
