Ticket #172 (closed todo: wontfix)
get rid of C-strings for STRING_TYPE constants in PIRC
Reported by: | kjs | Owned by: | kjs |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | pirc | Version: | |
Severity: | medium | Keywords: | c-string, STRING |
Cc: | Language: | ||
Patch status: | Platform: |
Description (last modified by plobsing) (diff)
strings are stored in PIRC as c-strings, just arrays of bytes. I should get rid of my stubbornness, and just convert c-strings immediately to STRINGs in the lexer.
(It might even simplify some code)
This is necessary as PIRC needs some functionality that only deals with (or returns) STRINGs, not char *.
Change History
Note: See
TracTickets for help on using
tickets.