]> git.alsa-project.org Git - alsa-python.git/commit
alsamixer: Fix bad PyArg_ParseTuple format strings
authorForest Bond <forest@alittletooquiet.net>
Mon, 28 Mar 2011 17:46:33 +0000 (19:46 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 29 Mar 2011 06:51:18 +0000 (08:51 +0200)
commit4c45217c4b6d7617567818f4e9e3f1863c4fe12d
tree08dff6769ff07f7dff7854f2fe760d59cb569ee9
parent69a86bb937caf95f909b674b61971b0674e0523b
alsamixer: Fix bad PyArg_ParseTuple format strings

A number of calls to PyArg_ParseTuple use "I" for ints and "L" for
long ints.  Fix these to be "i" and "l" respectively.

Signed-off-by: Forest Bond <forest.bond@rapidrollout.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
pyalsa/alsamixer.c