Opened 20 years ago
Closed 20 years ago
#780 closed defect (fixed)
psLineAdd description incorrect
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The description for psLineAdd reads:
The following function appends a line segment to the string, returning false if
the new segment would overflow the allocated string length.
It appears that this should actually read:
The following function appends a string to the line segment, ...
Or am I just reading this wrong?
Note:
See TracTickets
for help on using tickets.

Thanks for catching that. The corrected description for psLineAdd is:
The following function appends a string to a line segment, returning
\code{false} if the new segment would overflow the allocated line
length.
Fixed in CVS head.