#457 closed defect (fixed)
psMetadataConfigParse argument should be unsigned int
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
psMetadataConfigParse has 2nd argument, psU32 *nFail to be changed to int
*nFail but should actually be unsigned int *nFail for consistency and to allow
for the possibility that every element fails.
Note:
See TracTickets
for help on using tickets.

OK:
psMetadata *psMetadataConfigParse(psMetadata *md, unsigned int *nFail, const
char *filename, bool overwrite);