Renamed r1bindex() to mhbasename(), to make its function becomes clear.
[mmh] / uip / replsbr.c
index e26badd..1bdab9e 100644 (file)
@@ -436,7 +436,7 @@ replfilter(FILE *in, FILE *out, char *filter)
        if (access(filter, R_OK) == NOTOK)
                adios(filter, "unable to read");
 
-       mhl = r1bindex(mhlproc, '/');
+       mhl = mhbasename(mhlproc);
 
        rewind(in);
        lseek(fileno(in), (off_t) 0, SEEK_SET);