#489 closed defect (fixed)
psArray
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
psArray has
const long n;
this should match psPixels and psVector which don't use constant n values since
the user should have access to how many elements are in use.
Note:
See TracTickets
for help on using tickets.

Fixed:
typedef struct {
} psArray;