home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / printer / gnuplot.lha / help.c.diff < prev    next >
Text File  |  1991-07-04  |  221b  |  10 lines

  1.  
  2.         TO TRANSFORM RAM:gnuplot-2.0-pl2/help.c INTO help.c ...
  3.  
  4. *** CHANGE 168 IN RAM:gnuplot-2.0-pl2/help.c TO 168 IN help.c ***
  5. <          oldpath[sizeof oldpath] = NULL;
  6.  
  7. ---------------
  8. >          oldpath[sizeof(oldpath)-1] = NULL;
  9.  
  10.