On Tue, Jan 03, 2012 at 03:14:10PM +0100, Ed Schouten wrote: > The bug in this code is that we should have compared against idx -- not > index. This works by accident, as index() is a function provided by our > C library (BSD's strchr()). PR 10169. Joerg