Skip to content

alsa-util: fix check for digit

Wim Taymans requested to merge wtaymans/pulseaudio:master into master

Fix the check for a digit by checking if the value is between the character '0' (not value 0) and '9'.

Merge request reports