]> pd.if.org Git - pdclib/blobdiff - functions/stdio/vfprintf.c
Clearing the Tyndur tests.
[pdclib] / functions / stdio / vfprintf.c
index 9d53d1819b72e950b0cd6b8f9b75820d7ca16f34..6f31bbd632c05a6d0947278583cd54a2d76d4417 100644 (file)
@@ -21,7 +21,7 @@ int vfprintf( struct _PDCLIB_file_t * _PDCLIB_restrict stream, const char * _PDC
     status.current = 0;
     status.s = NULL;
     status.width = 0;
-    status.prec = 0;
+    status.prec = EOF;
     status.stream = stream;
     va_copy( status.arg, arg );