_doprint -->_doprnt

This commit is contained in:
ceriel 1987-01-28 14:28:45 +00:00
parent ce561e5f3a
commit 132ed11e0e

View file

@ -12,7 +12,7 @@ int args;
_tempfile._ptr = (unsigned char *) buf;
_tempfile._count = 32767;
_doprintf(format, &args, &_tempfile);
_doprnt(format, &args, &_tempfile);
putc('\0',&_tempfile);
return buf;