artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bcd7f9
)
login names starting with "t" were trashed; original bug report by
author
deraadt
<deraadt@openbsd.org>
Thu, 11 Jan 1996 17:41:53 +0000
(17:41 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 11 Jan 1996 17:41:53 +0000
(17:41 +0000)
<tommy@mdc.tijp.ti.com>. from soda@sra.co.jp; netbsd pr#1926
usr.sbin/lpr/pac/pac.c
patch
|
blob
|
history
diff --git
a/usr.sbin/lpr/pac/pac.c
b/usr.sbin/lpr/pac/pac.c
index
cadaba2
..
fb0bf67
100644
(file)
--- a/
usr.sbin/lpr/pac/pac.c
+++ b/
usr.sbin/lpr/pac/pac.c
@@
-210,7
+210,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"))