lib: fix can_seek_beginning method type cast
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 9 Sep 2019 19:42:35 +0000 (15:42 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 10 Sep 2019 15:20:25 +0000 (11:20 -0400)
commit481b58f867dcfaee579fabe9f2940109bbd8e21e
tree5f3a493878dd1483a7fd83ca2f5df377cc0f495a
parent9fa5c517d49de5863d205fc95842fc999a345871
lib: fix can_seek_beginning method type cast

Use the right type for the cast.  It works right now because
can_seek_beginning and seek_beginning have the same signature, but
the can_seek_beginning signature is set to change very soon.

Change-Id: I9b51c1bba43fecd1d857578d28cae5b5ff058059
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
src/lib/graph/iterator.c
This page took 0.027659 seconds and 4 git commands to generate.