Usermode/libc - Removed debug in stdio flush
authorJohn Hodge <[email protected]>
Tue, 2 Apr 2013 07:17:40 +0000 (15:17 +0800)
committerJohn Hodge <[email protected]>
Tue, 2 Apr 2013 07:17:40 +0000 (15:17 +0800)
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