Opened 20 years ago
Last modified 16 years ago
#796 closed enhancement
sanitize function prototypes use of "char *" vs. "psString" — at Initial Version
| Reported by: | jhoblitt | Owned by: | jhoblitt |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | PSLib | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
A fair number of functions are prototyped as returning "char *" that are
returning psAlloc()'d memory. These should all be converted to returning psString.
Note:
See TracTickets
for help on using tickets.
