]> diplodocus.org Git - nmh/blobdiff - uip/ali.c
Replace getcpy() with mh_xstrdup() where the string isn't NULL.
[nmh] / uip / ali.c
index db536214f71788dfefe552a1147dfd2bb81dd068..abc7f556500353fa7cd7cfe8e0a29f61b7c75b32 100644 (file)
--- a/uip/ali.c
+++ b/uip/ali.c
@@ -199,9 +199,9 @@ print_aka (char *p, int list, int margin)
 static void
 print_usr (char *s, int list)
 {
-    register char *cp, *pp, *vp;
-    register struct aka *ak;
-    register struct mailname *mp, *np;
+    char *cp, *pp, *vp;
+    struct aka *ak;
+    struct mailname *mp, *np;
 
     if ((pp = getname (s)) == NULL)
        adios (NULL, "no address in \"%s\"", s);