#312 closed defect (fixed)
psMetadataAddV should have va_list parameter, not '...'
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
trivial fix.
Note:
See TracTickets
for help on using tickets.

Nice catch.
bool psMetadataAddV(psMetadata *md, int location, const char *name, int format,
const char *comment, va_list list);