Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2001 12:52:42 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/cardbus cardbus_cis.c
Message-ID:  <200101072052.f07KqgN10031@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2001/01/07 12:52:42 PST

  Modified files:
    sys/dev/cardbus      cardbus_cis.c 
  Log:
  This cannot possibly be right:
  foo(int *nret)
  {
     for (i = 0; i < nret; i++) {
        free(array[i], ....
  Fix to do the logically correct thing..  (s/nret/*nret/)
  
  Revision  Changes    Path
  1.8       +4 -4      src/sys/dev/cardbus/cardbus_cis.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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