mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
jack: pass size_t as len
This commit is contained in:
parent
f32935ec8a
commit
6149c01b51
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ static bool find_match(struct spa_json *arr, const struct spa_dict *props)
|
|||
}
|
||||
|
||||
int pw_jack_match_rules(const char *rules, size_t size, const struct spa_dict *props,
|
||||
int (*matched) (void *data, const char *action, const char *val, int len),
|
||||
int (*matched) (void *data, const char *action, const char *val, size_t len),
|
||||
void *data)
|
||||
{
|
||||
const char *val;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue