*** /tmp/,RCSt1000902	Thu Feb 18 05:32:41 1999
--- arg.c	Thu Feb 18 05:27:53 1999
***************
*** 1529,1538 ****
  	/*
  	 * Assemble next User IDentifier.
  	 */
! 	    for (excl = i = j = lnml = nn = uid = 0; *s && *s != ','; i++, s++)
  	    {
! 		if (j >= LOGINML-1) {
! 		    (void) fprintf(stderr, "%s: illegal UID in ", Pn);
  		    safestrprt(u, stderr, 1);
  		    return(1);
  		}
--- 1529,1539 ----
  	/*
  	 * Assemble next User IDentifier.
  	 */
! 	    for (excl = i = lnml = nn = uid = 0; *s && *s != ','; i++, s++)
  	    {
! 		if (lnml >= LOGINML-1) {
! 		    (void) fprintf(stderr,
! 			"%s: illegal user specification in: ", Pn);
  		    safestrprt(u, stderr, 1);
  		    return(1);
  		}
