projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3816993
)
Fix typo.
author
drepper
<drepper>
Wed, 26 Aug 1998 07:27:39 +0000
(07:27 +0000)
committer
drepper
<drepper>
Wed, 26 Aug 1998 07:27:39 +0000
(07:27 +0000)
libio/iogetline.c
patch
|
blob
|
history
diff --git
a/libio/iogetline.c
b/libio/iogetline.c
index
9b49039
..
9a5f691
100644
(file)
--- a/
libio/iogetline.c
+++ b/
libio/iogetline.c
@@
-59,7
+59,7
@@
_IO_getline_info (fp, buf, n, delim, extract_delim, eof)
char *ptr = buf;
if (eof != NULL)
*eof = 0;
- while (n != 0)
;
+ while (n != 0)
{
_IO_ssize_t len = fp->_IO_read_end - fp->_IO_read_ptr;
if (len <= 0)