Unverified Commit 0b96d4ab by Alexander Kriventsov Committed by Christian Brauner

fix issue 2765

parent ada49c36
......@@ -422,8 +422,8 @@ static char *find_line(char *buf_start, char *buf_end, char *name,
if (strncmp(buf_start, name, strlen(name)))
*found = false;
*owner = true;
else
*owner = true;
buf_start = end_of_word + 1;
while ((buf_start < buf_end) && isblank(*buf_start))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment