Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
strbuf: give strbuf_getline() to the "most text friendly" variant
[gitweb.git]
/
ident.c
diff --git
a/ident.c
b/ident.c
index daf7e1ea8370e5b6a60c5a33a1591ef939655664..9dd3ae34525563fef5d6c6f0e40b2bc593080063 100644
(file)
--- a/
ident.c
+++ b/
ident.c
@@
-76,7
+76,7
@@
static int add_mailname_host(struct strbuf *buf)
strerror(errno));
return -1;
}
- if (strbuf_getline
(&mailnamebuf, mailname, '\n'
) == EOF) {
+ if (strbuf_getline
_lf(&mailnamebuf, mailname
) == EOF) {
if (ferror(mailname))
warning("cannot read /etc/mailname: %s",
strerror(errno));