]> git.alsa-project.org Git - alsa-python.git/commit
alsaseq: Fix type check in set_time()
authorErnestas Kulik <ernestas@baltic.engineering>
Sun, 6 Apr 2025 14:00:04 +0000 (17:00 +0300)
committerJaroslav Kysela <perex@perex.cz>
Mon, 14 Apr 2025 08:07:30 +0000 (10:07 +0200)
commitbe26b2a7dc5e596449ee1c59285c7339622fc5ab
tree340941e5a6531fd9548e85b48fe59487d4a30114
parent24bd0266242e221448ef398568796bd956d9b801
alsaseq: Fix type check in set_time()

SeqEvent_set_time() has fallen victim to the inverted get_long1() return
value here, erroring out when called with actual integers.

Closes: https://github.com/alsa-project/alsa-python/pull/17
Signed-off-by: Ernestas Kulik <ernestas@baltic.engineering>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
pyalsa/alsaseq.c