#573 closed defect (fixed)
psMetadata needs PS_DATA_UNKNOWN
| Reported by: | Paul Price | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | types | Version: | 0.8.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The Metadata must be able to handle other types than those in psLib (so long as
they have been allocated with psAlloc), e.g., so that the modules can use the
psMetadata with its own types. For this, we use PS_DATA_UNKNOWN (i.e., unknown
by psLib), but the psMetadata doesn't recognise PS_DATA_UNKNOWN.
Need to add on line 281 of psMetadata.c:
case PS_DATA_UNKNOWN: /< Unknown type
Change History (5)
comment:1 by , 21 years ago
| Status: | new → assigned |
|---|
comment:2 by , 21 years ago
comment:3 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
just added the line as suggested. Couldn't find any other problems.
-rdd
Note:
See TracTickets
for help on using tickets.

I need to verify that it is handled as a valid data type in the code too.
Only assumption will be that it is a pointer allocated via psAlloc or any of the various other psLib
allocation routines.