Changeset 4386 for trunk/archive/scripts/src/psAdditionals.c
- Timestamp:
- Jun 24, 2005, 3:05:59 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/archive/scripts/src/psAdditionals.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/scripts/src/psAdditionals.c
r4309 r4386 47 47 } 48 48 } else if (item->type != PS_META_STR) { 49 // The value at the key isn't metadata49 // The value at the key isn't of the desired type 50 50 if (status) { 51 51 *status = false; … … 76 76 } 77 77 } else if (item->type != PS_META_CHIP) { 78 // The value at the key isn't metadata78 // The value at the key isn't of the desired type 79 79 if (status) { 80 80 *status = false; … … 105 105 } 106 106 } else if (item->type != PS_META_CELL) { 107 // The value at the key isn't metadata107 // The value at the key isn't of the desired type 108 108 if (status) { 109 109 *status = false;
Note:
See TracChangeset
for help on using the changeset viewer.
