IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#462 closed defect (fixed)

* missing from psMemExhaustedCallback

Reported by: David.Robbins@… Owned by: Paul Price
Priority: high Milestone:
Component: PSLib SDRS Version: unspecified
Severity: trivial Keywords:
Cc:

Description

I think there's a * missing from 2.4.5.1, psMemExhaustedCallback. The code
has,
typedef psPtr (*psMemExhaustedCallback)(size_t size);
the SDRS now has,
typedef void (*psMemExhaustedCallback)(size_t size);

Change History (1)

comment:1 by Paul Price, 21 years ago

Resolution: fixed
Status: newclosed

Changed:

typedef psPtr (*psMemExhaustedCallback)(size_t size);

Note: See TracTickets for help on using tickets.