Changeset 13658 for trunk/ppStats/src/ppStatsSetupFromArgs.c
- Timestamp:
- Jun 5, 2007, 3:08:13 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStatsSetupFromArgs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStatsSetupFromArgs.c
r13640 r13658 191 191 192 192 // Get the rest from the recipe 193 ppStatsSetupFromRecipe(data, config); 193 if (!ppStatsSetupFromRecipe(data, config)) { 194 psError(PS_ERR_UNKNOWN, false, "Unable to read ppStats options from recipe."); 195 psFree(data); 196 return NULL; 197 } 194 198 195 199 // Print out what we're going to do
Note:
See TracChangeset
for help on using the changeset viewer.
