Commit c580d436 authored by Joshua Bussdieker's avatar Joshua Bussdieker

Fix qualifier

parent 1d692a9d
......@@ -207,7 +207,7 @@ int parameter_prefix_matcher(const char *p, const char *fv, int ps, int case_sen
while (read = enum_fields(fv + offset, &match, &size)) {
if (ps <= size) {
if (cmp_func(match, p, ps, case_sensitive) == 0) {
char *r;
const char *r;
for (r = match + ps; r < match + size && *r == ' '; r++)
continue;
if (*r == ';' || r == match + size)
......
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