IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 22 years ago

Closed 22 years ago

Last modified 20 years ago

#161 closed defect (fixed)

There are times when psError is called but there's no error return code

Reported by: rhl@… Owned by: Paul Price
Priority: high Milestone:
Component: sys Version: unspecified
Severity: normal Keywords:
Cc:

Description

E.g. in psList.c, listSetIterator() calls psError, but is a void function so the error will get lost

rel2_2

Change History (4)

comment:1 by Paul Price, 22 years ago

Status: newassigned

We either need to change return type to bool or remove psError from the
following functions. I mark functions (1) to suggest we have them return bool,
or (2) to suggest we remove psError.

psTraceReset (2)
psLogSetFormat (2)
psListSetIterator (1)
psMetadataSetIterator (1)
psMetadataItemPrint (1)

comment:2 by Paul Price, 22 years ago

Resolution: fixed
Status: assignedclosed

Changed return type of psTraceReset, psLogSetFormat, psMetadataSetIterator,
psMetadataItemPrint to return type bool, so that errors won't be lost.
psListSetIterator has gone.

comment:3 by Paul Price, 20 years ago

Keywords: VERIFIED added

Bug has been resolved.... closing.

comment:4 by Paul Price, 20 years ago

Keywords: VERIFIED removed

Bugs have been fixed... closing.

Note: See TracTickets for help on using tickets.