cvs commit: src/sys/dev/pccard pccard.c

John Baldwin jhb at FreeBSD.org
Wed Apr 9 14:24:25 PDT 2003


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


More information about the cvs-all mailing list