Skip to content

core-util: Use size_t for out parameter of pa_split_*in_place()

Sangchul Lee requested to merge sangchul1011/pulseaudio:fix_warning into master

pa_split_in_place() and pa_split_spaces_in_place() are modified to use size_t type instead of integer type. alsa-ucm.c is revised according to this change.

Edited by Sangchul Lee

Merge request reports