#167 closed enhancement (later)
The definition of psMetadataItemPrint isn't very useful
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | sys | Version: | unspecified |
| Severity: | minor | Keywords: | |
| Cc: |
Description
The SDRS currently specifies that psMetadataItemPrint() must be passed a format; unfortunately
specifying this format requires that the caller knows the type of the item --- thus circumventing
much of the value of the function.
I propose that if the format is NULL then a suitable representation of the item be printed
(for complex types this could be e.g. "[JPG:%p]"). It would never be an
error to call psMetadataItemPrint() for any item (also a change from the current SDRS)
Change History (3)
comment:1 by , 22 years ago
| Resolution: | → later |
|---|---|
| Status: | new → closed |
comment:2 by , 20 years ago
| Keywords: | VERIFIED added |
|---|
Note:
See TracTickets
for help on using tickets.

Bug has been resolved.... closing.