- 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:05:12 +0000 (11:05 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 10 Jun 2006 11:05:12 +0000 (11:05 -0000)
commitbbc81fe9f490b0bebd84c90a677ecfffee393824
tree471fdb127e070aaa7d1a93c2b7426dd91a10f032
parentec74f95d10c20d331b6fb141d60f5b4ac8d8dd5e
- 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