regmatch(): nextchar should always be positive
authorDavid Mitchell <davem@iabyn.com>
Fri, 14 Sep 2012 14:46:47 +0000 (15:46 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 26 Sep 2012 08:41:10 +0000 (09:41 +0100)
commitbf798dc4f68faa2dc325a5c35f641f6a172a48bd
treeadf8046f052ef475ee7c6a285fc0a41eb0698625
parent28b98f76c447cec8a7ac29d73752c2c930de819a
regmatch(): nextchar should always be positive

Remove the one bit of code that tests for < 0, and put in a
general assert.
regexec.c