Changeset 21387 for trunk/psModules/src/config/pmConfigRecipes.c
- Timestamp:
- Feb 6, 2009, 1:32:41 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfigRecipes.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigRecipes.c
r20354 r21387 276 276 psMetadata *recipe = NULL; // Recipe from file 277 277 if (!pmConfigFileRead(&recipe, filename, "recipe")) { 278 psError(PS_ERR_IO, "Error reading config file %s\n", filename);278 psError(PS_ERR_IO, false, "Error reading config file %s\n", filename); 279 279 psFree(recipeName); 280 280 psFree(filename);
Note:
See TracChangeset
for help on using the changeset viewer.
