diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-07-28 15:06:31 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-07-28 15:06:31 +0000 |
commit | 7b013e6b12c7b3e750078e1b43e1312e420ee13d (patch) | |
tree | 03eacec87eba565d97a720e3b09bc3240373313e /libc/stdio/stdio.c | |
parent | b52f66dea69ecc8e8b7d1b89226438f9ce260fb7 (diff) |
Oops... left in a debugging line.
Diffstat (limited to 'libc/stdio/stdio.c')
-rw-r--r-- | libc/stdio/stdio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdio/stdio.c b/libc/stdio/stdio.c index 87c27275a..d2932e555 100644 --- a/libc/stdio/stdio.c +++ b/libc/stdio/stdio.c @@ -376,7 +376,6 @@ FILE *fp; q = p + (size * nelm); while ((p < q) && !EOF_OR_ERROR(fp)) { - fprintf(stderr,"X\n"); p += _uClibc_fread(p, q - p, fp); } return (p - (unsigned char *) buf)/size; |