]> git.marmaro.de Git - mmh/blobdiff - uip/rmm.c
Renamed r1bindex() to mhbasename(), to make its function becomes clear.
[mmh] / uip / rmm.c
index f8a1d236ace03b57b058cffa5580ee2f1205f8c9..7f773401009120fb8624d475f9def18ecc7621c1 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
 #ifdef LOCALE
        setlocale(LC_ALL, "");
 #endif
-       invo_name = r1bindex(argv[0], '/');
+       invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
        context_read();
 
        /* read user profile/context */
        context_read();