_doprint -->_doprnt
This commit is contained in:
parent
ce561e5f3a
commit
132ed11e0e
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue