bc: do not append duplicate NUL, reduce indentation in bc_read_line()
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 13 Dec 2018 18:28:41 +0000 (19:28 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 13 Dec 2018 18:29:02 +0000 (19:29 +0100)
commit915c72b27301c933a8efbf4036293ddc1ea35b7d
treea60939039cebbd6299afc2f93fbb72f39003ddaa
parent82ea67fbfa98cfd6b8b422db764cb8c97fc3ea7b
bc: do not append duplicate NUL, reduce indentation in bc_read_line()

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/bc.c