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>
Fri, 12 Apr 2019 21:26:17 +0000 (17:26 -0400)
commit666f5810a3c81e71d3d0b83ed7cb4ba05adf8f21
tree6db210d4aadc590669a77795fb2d89d0db24454f
parent367b6a99d71af540411d30e115e4d62683a31f87
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.025116 seconds and 5 git commands to generate.