Renamed r1bindex() to mhbasename(), to make its function becomes clear.
[mmh] / uip / rmm.c
index f8a1d23..7f77340 100644 (file)
--- a/uip/rmm.c
+++ b/uip/rmm.c
@@ -35,7 +35,7 @@ main(int argc, char **argv)
 #ifdef LOCALE
        setlocale(LC_ALL, "");
 #endif
-       invo_name = r1bindex(argv[0], '/');
+       invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
        context_read();