#504 closed defect (fixed)
psMetadataAddBool is missing
| Reported by: | Paul Price | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | types | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Should be easy to add:
METADATA_ADD_TYPE(BOOL,psBool,PS_META_BOOL)
Change History (6)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
| Status: | new → assigned |
|---|
comment:3 by , 21 years ago
| Owner: | changed from to |
|---|---|
| Status: | assigned → new |
comment:4 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Also, we probably need to add an additional argument to all the
psMetadataAddWhatever functions to allow flags:
psMetadataAddWhatever(psMetadata *md, long location, psMetadataFlags flags,
const char *key, const char *comment, whatever value);
Otherwise, one can't use these to add a MULTI.