7890

Results 32 comments of 7890

I totally agree that it should be unambiguous if JACK_CLIENT_NAME_SIZE includes the \0 or not, and whether or not jack_client_name_size() tells the raw value of JACK_CLIENT_NAME_SIZE or something else. This...

try this: ``` char query[] = "a=b&c=d"; struct yuarel_param params[1]; ret=yuarel_parse_query(query, '&', params, 1); ```