Changeset 19850 for trunk/ppSim/src/ppSimUtils.c
- Timestamp:
- Oct 2, 2008, 10:53:45 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppSim/src/ppSimUtils.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSimUtils.c
r18011 r19850 228 228 229 229 // Get a value from the command-line arguments and add it to recipe options 230 // if it is not specified, do not override the existing recipe value 230 231 char *ppSimArgToRecipeStr(bool *status, 231 232 psMetadata *options, // Target to which to add value … … 241 242 *status = myStatus; 242 243 } 244 if (!value) return NULL; 243 245 psMetadataAddStr(options, PS_LIST_TAIL, recipeName, PS_META_REPLACE, NULL, value); 244 246 return value;
Note:
See TracChangeset
for help on using the changeset viewer.
