Remove test for NUL ending in r?instr().
authorGisle Aas <gisle@activestate.com>
Wed, 28 Dec 2005 11:01:46 +0000 (11:01 +0000)
committerGisle Aas <gisle@activestate.com>
Wed, 28 Dec 2005 11:01:46 +0000 (11:01 +0000)
commit260d78c9ff623f5d456f7d39acc9715eec2a85f4
treef24890ba5bc69c0cc950b3e1871e488a4b148dea
parentad07e1310bf8286a17223f4f5f7abcb6926d9c81
Remove test for NUL ending in r?instr().
This test is actually harmful because we will search
for any garbage found past the empty search string.
Ref change 26509.

p4raw-id: //depot/perl@26510
util.c