event: fix seek event creation
authorPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 12 Apr 2019 14:37:18 +0000 (16:37 +0200)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 12 Apr 2019 16:30:12 +0000 (18:30 +0200)
Creating seek events segfaults on 32-bit ARM since commit 2fa15d53717c
('event: add new seek parameter, "trickmode-interval"'), which missed
casting the trickmode-interval initializer in the variable argument list
to guint64.


No differences found