]> granicus.if.org Git - procps-ng/commit
watch: fix 8bit regression
authorCraig Small <csmall@enc.com.au>
Sat, 9 Jul 2016 03:27:23 +0000 (13:27 +1000)
committerCraig Small <csmall@enc.com.au>
Sat, 9 Jul 2016 05:00:09 +0000 (15:00 +1000)
commit931576505bc56b214908eb8f36a76d3ba5992bc3
treea91da3c55bc67be67e0508a49c71e97a87e7b144
parent518358dd50b85fe705904f9bc18a78d591fcd3f7
watch: fix 8bit regression

As part of the fix to truncate the command in non-8bit, watch had
the function for output_header changed (much for scope cleanliness
and cohesiveness than anything; so I'm going to blame Meyer)...

Anyhow the 8bit enabled version did not have that update which
meant watch failed to compile. Thanks to @asavah for issue #37
and the patch.

References:
 commit 5a40c7970d8185fcf322575de9fed69d4cdedd93
watch.c