- fix bug #887, in bb_get_chomped_line_from_file(), the last char was removed
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 10 Jun 2006 11:04:43 +0000 (11:04 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 10 Jun 2006 11:04:43 +0000 (11:04 -0000)
commit2d1a6e7c1fc5f5772aa9986893f3d6db28fd99c2
tree42d77ce40a0d8615ef307e22b38d3ee918a4e8a1
parent6ba8bbe88a3bcb48df882793faea6713ad3bbc4e
- fix bug #887, in bb_get_chomped_line_from_file(), the last char was removed
  unconditionally, even if it was not a newline.
  This was apparently broken by r14254
- whitespace while at it.
libbb/get_line_from_file.c