summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/pac
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-08-26 11:50:53 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-08-26 11:50:53 +0000
commitf77dac078202fed29e765876a515fbbc43324a14 (patch)
treecef9350afc8d0fcf785a0be4477901e2c2c39803 /usr.sbin/lpr/pac
parentd7bbefdf763cb85ac37371df39ee59d285dba9cc (diff)
Notes
Diffstat (limited to 'usr.sbin/lpr/pac')
-rw-r--r--usr.sbin/lpr/pac/pac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/lpr/pac/pac.c b/usr.sbin/lpr/pac/pac.c
index 65d3e86064c2..17e207ed7c34 100644
--- a/usr.sbin/lpr/pac/pac.c
+++ b/usr.sbin/lpr/pac/pac.c
@@ -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"))