]> git.neil.brown.name Git - edlib.git/commit
rexel: fix return value in one case.
authorNeilBrown <neil@brown.name>
Sun, 27 Aug 2023 00:18:50 +0000 (10:18 +1000)
committerNeilBrown <neil@brown.name>
Sun, 27 Aug 2023 03:33:13 +0000 (13:33 +1000)
commit92e51b89ca280c65b052f4849d5b5660ef4b39fe
treeb41b6438b119362c57f694bf653fe723019e4ca9
parent11e569a4e8437910ca163fdceecc91a4789120f4
rexel: fix return value in one case.

If both a flag and the char match, we currently report just that the
flag matched, which is wrong and results in lib-search thinking the
match ended before it really did based on reported length.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
rexel.c
tests.d/00-basic