18 Feb
2025
18 Feb
'25
7:07 p.m.
This seems a bit more idiomatic: ``` while (p > *value && isspace(p[-1])) --p; *value_len = p - *value; ``` Also, why are you modifying parse_header() to no longer return negative lengths, but then also modifying the callers to deal with them? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7356#note_95036