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:
4534c3f
)
Tue Jun 25 02:59:11 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
author
roland
<roland>
Tue, 25 Jun 1996 10:19:42 +0000
(10:19 +0000)
committer
roland
<roland>
Tue, 25 Jun 1996 10:19:42 +0000
(10:19 +0000)
* nss/nss_files/files-parse.c (parse_list): Reset ELT for elements
after the first!
nss/nss_files/files-parse.c
patch
|
blob
|
history
diff --git
a/nss/nss_files/files-parse.c
b/nss/nss_files/files-parse.c
index
a93bee1
..
ff67e97
100644
(file)
--- a/
nss/nss_files/files-parse.c
+++ b/
nss/nss_files/files-parse.c
@@
-137,6
+137,7
@@
parse_list (char *line, struct parser_data *data, int datalen)
do
++line;
while (TRAILING_LIST_SEPARATOR_P (*line));
+ elt = line;
}
else if (*line == '\0' || *line == '\n')
{