Return to pstricks.trm CVS log | Up to [local] / OpenXM_contrib / gnuplot / term |
version 1.1, 2000/01/09 17:01:16 | version 1.1.1.2, 2000/01/22 14:16:28 | ||
---|---|---|---|
|
|
||
* 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'); |