WIP FIXUP: ntoab

This commit is contained in:
Jan Nieuwenhuizen 2019-10-23 10:55:10 +02:00
parent 2dd3ae31ce
commit ade7d6aa42
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ ntoab (long x, int base, int signed_p)
p = __itoa_buf + 11;
#else
static char buf[20];
char *p = buf + 11;
char *p = buf + 19;
#endif
p[0] = 0;