re_intuit_start(): eliminate 's' from "check" code
authorDavid Mitchell <davem@iabyn.com>
Tue, 4 Feb 2014 19:03:52 +0000 (19:03 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sat, 8 Feb 2014 13:50:11 +0000 (13:50 +0000)
commitae5d43317d751da01fa83c961025a54690ae61cd
tree419106232db3906817be8c8fff81266912fe18cc
parent1c1c599da682f8b16395b2bf99d95ab3e52497e3
re_intuit_start(): eliminate 's' from "check" code

The block that finds the check string uses s as a temporary variable
to hold the result of the fbm search, then at the end, assigns it to
check_at. Just use check_at directly.
regexec.c