]> git.alsa-project.org Git - alsa-python.git/commit
hcontrol: fix variable type
authorClemens Ladisch <clemens@ladisch.de>
Mon, 12 Oct 2009 06:46:11 +0000 (08:46 +0200)
committerClemens Ladisch <clemens@ladisch.de>
Mon, 12 Oct 2009 06:46:11 +0000 (08:46 +0200)
commita5dcdc9a0c2157fd2f89c4166a238b02e5cf2d0e
tree47f685f4529e6d1ddedc12f5147720999a1c53a4
parenta3f0d13905976916e8f38bee8c987804fbcf8b43
hcontrol: fix variable type

The last parameter of PyString_AsStringAndSize is Py_ssize_t, not int.
This shuts up a compiler warning.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
pyalsa/alsahcontrol.c