IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 20 years ago

Closed 20 years ago

#780 closed defect (fixed)

psLineAdd description incorrect

Reported by: David.Robbins@… 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?

Change History (1)

comment:1 by Paul Price, 20 years ago

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.