Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pulse: fix pa_proplist_set[fs] usage
pa_proplist_setf should be used only with an actual format string, otherwise pa_proplist_sets should be used. If the value doesn't contain any %-sequence, the result is the same, but gcc -Werror=format-security complains about format string being non-literal. This is the case for Ubuntu bionic build. Change it to pa_proplist_sets. Fixes QubesOS/qubes-issues#5766
- Loading branch information