cvs commit: src/usr.bin/column column.c

David Malone dwmalone at FreeBSD.org
Mon Feb 13 14:09:27 PST 2006


dwmalone    2006-02-13 22:09:26 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/column       column.c 
  Log:
  The change to make column use roundup(x, TAB) rounded things to the
  current tab, however the code it replaced wanted to round to the
  next TAB. Consequently things like this:
  
          ( echo 1 ; echo 2 ) | column
  
  cause column to loop indefinitely. This patch is slightly different
  from the one Gary submitted, but is closer to the original code.
  
  Submitted by:   Gary Cody <gary at lyranthe.org>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.15      +3 -3      src/usr.bin/column/column.c


More information about the cvs-all mailing list