Changeset 26355
- Timestamp:
- Dec 8, 2009, 5:41:21 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppViz/src/ppVizPSF/ppVizPSFData.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppViz/src/ppVizPSF/ppVizPSFData.c
r26352 r26355 43 43 ppVizPSFData *data = ppVizPSFDataAlloc(); // Processing data, to return 44 44 data->config = pmConfigRead(argc, argv, PPVIZPSF_RECIPE); 45 if (!data->config) { 46 psError(PS_ERR_UNKNOWN, false, "Unable to read configuration."); 47 return NULL; 48 } 45 49 return data; 46 50 }
Note:
See TracChangeset
for help on using the changeset viewer.
