]> granicus.if.org Git - procps-ng/commit
top: do not add an extra line when rcfile is rewritten
authorJim Warner <james.warner@comcast.net>
Tue, 15 Mar 2022 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@dropbear.xyz>
Mon, 21 Mar 2022 20:43:56 +0000 (07:43 +1100)
commita03a09ae1e69e48037c7329414b0c27fe26fc407
tree009157455efaa17e428d1511953d9f7441575307
parent8269e18b3fb15267a3895492042ac391643059f9
top: do not add an extra line when rcfile is rewritten

When the configuration file is first written, there is
just the normal single newline which ends that rcfile.

However, when any existing rcfile was rewritten, there
was one extra newline '\n' character added at the end.
This will happen just once. The file does NOT continue
to grow with the extra blank lines always being added.

Anyway, this patch will put an end to such a practice.

Signed-off-by: Jim Warner <james.warner@comcast.net>
top/top.c