IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#457 closed defect (fixed)

psMetadataConfigParse argument should be unsigned int

Reported by: David.Robbins@… 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.

Change History (1)

comment:1 by Paul Price, 21 years ago

Resolution: fixed
Status: newclosed

OK:

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

Note: See TracTickets for help on using tickets.