pac had a grudge against usernames starting with 't', because of a typo.

Reviewed by:
Submitted by:	Kenji Tomita
Obtained from:
This commit is contained in:
Peter Wemm 1995-07-17 13:14:01 +00:00
parent 605abcde5e
commit 6689ae4b04
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9560

View File

@ -206,7 +206,7 @@ account(acct)
while (fgets(linebuf, BUFSIZ, acct) != NULL) {
cp = linebuf;
while (any(*cp, " t\t"))
while (any(*cp, " \t"))
cp++;
t = atof(cp);
while (any(*cp, ".0123456789"))