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)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commite0dade9253bb54762fb6c25e1eed8c4294691ab8
treeca92c8f1950fc7e7b880d20ecbcd8466e71f3296
parent04c0cec6fd662bf61fde2b166828c5558455bc00
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.025286 seconds and 4 git commands to generate.