Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 1997 09:22:48 -0800 (PST)
From:      Nate Williams <nate>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/pccard pccard.c
Message-ID:  <199702111722.JAA05724@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
nate        97/02/11 09:22:48

  Modified:    sys/pccard  pccard.c
  Log:
  In the disable_slot() routine, the variable "i" was
  being used without ever being initialized.  From examining
  the rest of the routine, it looks like this is a typo,
  and it really should have been "1" instead of "i".
  
  Submitted by:	mpp
  
  Revision  Changes    Path
  1.32      +1 -1      src/sys/pccard/pccard.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702111722.JAA05724>