Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jun 2010 21:00:53 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libedit filecomplete.c
Message-ID:  <201006152101.o5FL18s4080790@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-06-15 21:00:53 UTC

  FreeBSD src repository

  Modified files:
    lib/libedit          filecomplete.c 
  Log:
  SVN rev 209217 on 2010-06-15 21:00:53Z by jilles
  
  libedit: Fix a bug that could make completion listings incomplete.
  
  The element matches[0] is the common prefix and is not counted in len, so
  subtracting 1 is not needed. A counter for the number of matches per line
  was incremented twice.
  
  Submitted by:   Guy Yur
  
  Revision  Changes    Path
  1.2       +2 -3      src/lib/libedit/filecomplete.c



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