mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Merge two lines.
This commit is contained in:
parent
b2e4f924b9
commit
0f798c0d71
@ -423,8 +423,7 @@ static void appendl(struct apbuf *buf, const char *s, const size_t len)
|
||||
|
||||
static void append(struct apbuf *buf, const char *s)
|
||||
{
|
||||
size_t len = strlen(s);
|
||||
appendl(buf, s, len);
|
||||
appendl(buf, s, strlen(s));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user