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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:38 +0000 (18:19 -0400)
commitc980433a6f50cb9c0c69117e9b2ec3fa345a6a37
treeb381ebee38b6ec4918a277e240c4ab5eaceda177
parent27afdfdaff57c8cf6d4ff2c207920dd9c7dbac40
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.024442 seconds and 4 git commands to generate.