Fix: lib: stop auto-seeking when getting the first satisfying message
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 1 Mar 2019 21:27:24 +0000 (16:27 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:09:19 +0000 (00:09 -0400)
commita218c70d4f5aedeb96f28b92ac03d2d7275f836d
treeca92c8f1950fc7e7b880d20ecbcd8466e71f3296
parent8e3f324398482dbbe6c5f2202e58cff7a89b429e
Fix: lib: stop auto-seeking when getting the first satisfying message

find_message_ge_ns_from_origin() did push all the remaining messages
when getting the first message >= the requested seeking time, but then
it was continuing its "next" loop.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
lib/graph/iterator.c
This page took 0.024535 seconds and 5 git commands to generate.