IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 18, 2006, 10:32:31 AM (20 years ago)
Author:
Paul Price
Message:

Fixing description for psLineAdd, in response to bug 780.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r7909 r7932  
    1 %%% $Id: psLibSDRS.tex,v 1.419 2006-07-15 00:17:19 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.420 2006-07-18 20:32:31 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    978978typedef struct {
    979979    long NLINE;                 // allocated length
    980     long Nline;                 // current lenght
     980    long Nline;                 // current length
    981981    char *line;                 // character string data
    982982} psLine;
     
    995995\end{prototype}
    996996
    997 The following function appends a line segment to the string, returning
    998 \code{false} if the new segment would overflow the allocated string
     997The following function appends a string to a line segment, returning
     998\code{false} if the new segment would overflow the allocated line
    999999length.
    10001000\begin{prototype}
Note: See TracChangeset for help on using the changeset viewer.