IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 20, 2006, 4:39:33 PM (20 years ago)
Author:
drobbin
Message:

changed char *line to psString line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psLine.c

    r7901 r7950  
    2424    line->Nline = 0;
    2525    line->NLINE = Nline;
    26     line->line = psAlloc(Nline);
     26    //    line->line = psAlloc(Nline);
     27    line->line = psStringAlloc(Nline);
    2728
    2829    return line;
Note: See TracChangeset for help on using the changeset viewer.