regexec.c: Stop looking for match even sooner
authorKarl Williamson <public@khwilliamson.com>
Wed, 9 Nov 2011 17:42:10 +0000 (10:42 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 9 Nov 2011 17:59:41 +0000 (10:59 -0700)
commit89378d8a0f995dd46081194bcf81c5d6ea016494
treec4fe92b6d3905090e05ae0c2570a5ffecc5df393
parentb33105db76e14fea2faebc1d7c20b4baf24440e2
regexec.c: Stop looking for match even sooner

This revised commit e067297c376fbbb5a0dc8428c65d922f11e1f4c6
slightly so that we round up to get the search stopping point.

We aren't matching partial characters, so if we were to match 3+1/3
characters, we really have to match 4 characters.
regexec.c