Usermode/libc - Remove debug on fread
authorJohn Hodge <[email protected]>
Sun, 9 Feb 2014 01:40:28 +0000 (09:40 +0800)
committerJohn Hodge <[email protected]>
Sun, 9 Feb 2014 01:40:28 +0000 (09:40 +0800)
Usermode/Libraries/libc.so_src/stdio.c

index 5b81444..ac6abae 100644 (file)
@@ -612,8 +612,8 @@ size_t _fread_memstream(void *ptr, size_t size, size_t num, FILE *fp)
 \r
 size_t _fread_buffered(void *ptr, size_t size, FILE *fp)\r
 {\r
-       _SysDebug("%p: %i-%i <= %i", fp,\r
-               (int)fp->Pos, (int)fp->BufferOfs, (int)fp->BufferPos);\r
+       //_SysDebug("%p: %i-%i <= %i", fp,\r
+       //      (int)fp->Pos, (int)fp->BufferOfs, (int)fp->BufferPos);\r
        if( fp->BufferPos > 0 ) {\r
                assert( fp->Pos - fp->BufferOfs <= (int)fp->BufferPos );\r
        }\r

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