nameof now takes 2 args
[unix-history] / usr / src / usr.bin / mail / list.c
index 9ba88c5..06a5cb3 100644 (file)
@@ -9,7 +9,7 @@
  * Message list handling.
  */
 
  * Message list handling.
  */
 
-static char *SccsId = "@(#)list.c      1.4 %G%";
+static char *SccsId = "@(#)list.c      1.5 %G%";
 
 /*
  * Convert the user string of message numbers and
 
 /*
  * Convert the user string of message numbers and
@@ -541,7 +541,7 @@ sender(str, mesg)
        register char *cp;
 
        mp = &message[mesg-1];
        register char *cp;
 
        mp = &message[mesg-1];
-       cp = nameof(mp);
+       cp = nameof(mp, 0);
        return(icequal(cp, str));
 }
 
        return(icequal(cp, str));
 }