#462 closed defect (fixed)
* missing from psMemExhaustedCallback
| Reported by: | 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);
Note:
See TracTickets
for help on using tickets.

Changed:
typedef psPtr (*psMemExhaustedCallback)(size_t size);