summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-07-28 15:06:31 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-07-28 15:06:31 +0000
commit7b013e6b12c7b3e750078e1b43e1312e420ee13d (patch)
tree03eacec87eba565d97a720e3b09bc3240373313e /libc
parentb52f66dea69ecc8e8b7d1b89226438f9ce260fb7 (diff)
Oops... left in a debugging line.
Diffstat (limited to 'libc')
-rw-r--r--libc/stdio/stdio.c1
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;