Home
last modified time | relevance | path

Searched hist:d8926811fd8b0d48e3bc99627c95544013bd3a7b (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/test/py/
H A Du_boot_spawn.pyd8926811fd8b0d48e3bc99627c95544013bd3a7b Sat Feb 06 01:04:42 UTC 2016 Stephen Warren <swarren@nvidia.com> test/py: fix off-by-one error in spawn matching code

A regex match object's .end() value is already the index after the match,
not the index of the last character in the match, so there's no need to
add 1 to point past the match.

Signed-off-by: Stephen Warren <swarren@nvidia.com>