summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorZatherz <zatherz@linux.pl>2019-10-24 21:59:02 +0200
committerZatherz <zatherz@linux.pl>2019-10-24 21:59:02 +0200
commit72d22482760403eea9279ce976e4cf61cbdb614a (patch)
treed32d190f49d620ef2e57c920fb577008842c9dee /doc/classes
parent40a25c1e86898ed9942e3f61dc922e755c8e4e21 (diff)
Don't terminate search if begin_key doesn't fit
Previously this code would continue onto the next iteration of the loop if the line was smaller in size than begin_key, meaning that a situation where begin_key.length() > end_key.length() would cause weird behavior with newlines. Now both the checks for begin_key and end_key are in their own condition and do not skip the entire iteration if they can't be found.
Diffstat (limited to 'doc/classes')
0 files changed, 0 insertions, 0 deletions