Date: Wed, 9 Apr 2003 14:24:23 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccard.c Message-ID: <200304092124.h39LONgT053511@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/04/09 14:24:23 PDT FreeBSD src repository Modified files: sys/dev/pccard pccard.c Log: Fix a logic bug in previous commit (use || rather than &&). In order to terminate the loop only when both the name and vendor are zero, we should keep looping so long as either one is not zero. Revision Changes Path 1.77 +1 -1 src/sys/dev/pccard/pccard.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304092124.h39LONgT053511>