Hi, On Tue, 6 Nov 2007, René Scharfe wrote: > -char *interp_find_active(const char *orig, > - const struct interp *interps, int ninterps) > +void interp_find_active(const char *orig, struct interp *interps, int ninterps) > { > - char *result = xcalloc(1, ninterps); > char c; > int i; > > + for (i = 0; i < ninterps; i++) > + interps[i].active = 0; > + > [...] Funny. I have the _exact_ same change in my repository. I only forgot to send it, it seems. Ciao, Dscho