X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=functions%2Fstdio%2Fsetvbuf.c;fp=functions%2Fstdio%2Fsetvbuf.c;h=e3f9278aed159a316ab9e3da1883ff52ee12767e;hb=3e4fada358ffec6d202c050c09509600913fc9c8;hp=ecb0be5e20f7a4063100f2ac8456e747f92f2dbd;hpb=76d345971102dce458d9aa9ffa70d02dfb7e9a39;p=fw%2Fpdclib diff --git a/functions/stdio/setvbuf.c b/functions/stdio/setvbuf.c index ecb0be5..e3f9278 100644 --- a/functions/stdio/setvbuf.c +++ b/functions/stdio/setvbuf.c @@ -21,7 +21,6 @@ int setvbuf( struct _PDCLIB_file_t * _PDCLIB_restrict stream, char * _PDCLIB_res we don't want to e.g. flush the stream for every character of a stream being printed. */ - /* TODO: Check this */ break; case _IOFBF: case _IOLBF: