Changeset 8257 for trunk/psLib/src/types
- Timestamp:
- Aug 9, 2006, 4:22:15 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psMetadataItemParse.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psMetadataItemParse.c
r7766 r8257 255 255 ) 256 256 { 257 PS_ASSERT_PTR_NON_NULL(item, psStringCopy(""));257 PS_ASSERT_PTR_NON_NULL(item, NULL); 258 258 259 259 switch (item->type) { … … 271 271 272 272 default: 273 psError(PS_ERR_BAD_PARAMETER_TYPE, true, "Item %s (%s) is not of string type (%x) --- treating as " 273 psError(PS_ERR_BAD_PARAMETER_TYPE, true, 274 "Item %s (%s) is not of string type (%x) --- treating as " 274 275 "undefined.\n", item->name, item->comment, item->type); 275 return psStringCopy(""); 276 } 277 } 278 276 // return psStringCopy(""); 277 return NULL; 278 } 279 } 280
Note:
See TracChangeset
for help on using the changeset viewer.
