One less significant digit: 20 was too much

This commit is contained in:
ceriel
1991-02-18 11:43:44 +00:00
parent cf0cd51810
commit 3660ea15c5
2 changed files with 12 additions and 12 deletions

View File

@@ -425,7 +425,7 @@ flt_flt2str(e, buf, bufsize)
char *buf;
{
#define NDIG 20
#define NDIG 19
int sign, dp;
register int i;
register char *s1;