_doprint -->_doprnt
authorceriel <none@none>
Wed, 28 Jan 1987 14:28:45 +0000 (14:28 +0000)
committerceriel <none@none>
Wed, 28 Jan 1987 14:28:45 +0000 (14:28 +0000)
lang/cem/libcc/stdio/sprintf.c

index 40560b5..a3c52bc 100644 (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;