Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2001 02:56:11 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/gen glob.c
Message-ID:  <200103281056.f2SAuBX77446@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2001/03/28 02:56:11 PST

  Modified files:
    lib/libc/gen         glob.c 
  Log:
  OpenBSD's g_Ctoc() returned a false error when the target buffer was
  exactly the right size.  Do it differently - pass a length rather than an
  end-of-string+1 pointer as this is more convenient anyway.  Get rid of
  the bogus +1's.
  
  Revision  Changes    Path
  1.16      +17 -17    src/lib/libc/gen/glob.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?200103281056.f2SAuBX77446>