diff options
author | peter <peter@FreeBSD.org> | 1999-03-24 02:43:05 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-03-24 02:43:05 +0000 |
commit | 253f61532f59a6b85dcf8048bdfb2fe251fdb0e6 (patch) | |
tree | f88e2cd0d81e10092c5cc5ffc53aa57c56f6d684 /sys/dev/si | |
parent | 37a06217a969b66e8fd8d79bf8ca158ed70d2c4d (diff) | |
download | FreeBSD-src-253f61532f59a6b85dcf8048bdfb2fe251fdb0e6.zip FreeBSD-src-253f61532f59a6b85dcf8048bdfb2fe251fdb0e6.tar.gz |
Fix a (relatively harmless) braino. I confused myself over the for() loop
that counted the number of elements in argv. The counter is incremented
in the next-iteration section of the loop, not the body, so at termination
it's already "counted" the element that failed the continuation test - in
this case the NULL argv terminator.
Noted by: bde
Diffstat (limited to 'sys/dev/si')
0 files changed, 0 insertions, 0 deletions