Usermode/libc - Removed debug in stdio flush
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / stdio.c
index f71df60..8f7ede0 100644 (file)
@@ -289,7 +289,7 @@ int _fflush_int(FILE *fp)
                \r
        // Write - Write buffer\r
        case FILE_FLAG_MODE_WRITE:\r
-               _SysDebug("Flushing to %i '%.*s'", fp->FD, fp->BufferPos, fp->Buffer);\r
+               //_SysDebug("Flushing to %i '%.*s'", fp->FD, fp->BufferPos, fp->Buffer);\r
                len = _SysWrite(fp->FD, fp->Buffer, fp->BufferPos);\r
                if( len != fp->BufferPos )\r
                        ret = 1;\r

UCC git Repository :: git.ucc.asn.au