[BACK]Return to pstricks.trm CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / term

Diff for /OpenXM_contrib/gnuplot/term/Attic/pstricks.trm between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/01/09 17:01:16 version 1.1.1.2, 2000/01/22 14:16:28
Line 417  char s[];
Line 417  char s[];
          * is in scientific notation           * is in scientific notation
          */           */
   
         safe_strncpy(hack, s, ends - s);          safe_strncpy(hack, s, ends - s + 1);
         /* hack[ends - s] = '\0'; */          /* hack[ends - s] = '\0'; */
   
         ptr = strchr(hack, 'e');          ptr = strchr(hack, 'e');

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>