diff options
author | default <nobody@localhost> | 2024-04-14 19:26:49 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-04-14 19:26:49 +0200 |
commit | 0275658a3602f74035ff776dac8d8f64b9a2794f (patch) | |
tree | d9489684e46d7cd0d5bd8347a880316abe22f48f /xs_url.h | |
parent | 81cf1e21a646568323681df2763e66f933bee48f (diff) |
Backport from xs.
Diffstat (limited to 'xs_url.h')
-rw-r--r-- | xs_url.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ xs_dict *xs_url_vars(const char *str) l = args; while (xs_list_iter(&l, &v)) { - xs *kv = xs_split_n(v, "=", 2); + xs *kv = xs_split_n(v, "=", 1); if (xs_list_len(kv) == 2) { const char *key = xs_list_get(kv, 0); |