diff --git a/src/proplist.c b/src/proplist.c index 3d94b50ef..457024985 100644 --- a/src/proplist.c +++ b/src/proplist.c @@ -101,7 +101,7 @@ int pa_proplist_setp(pa_proplist *p, const char *pair) idx = pair - t; c = strdup(pair); c[idx] = 0; - pa_properties_sets(p, c, &c[idx]+1); + pa_proplist_sets(p, c, &c[idx]+1); free(c); return 0;