commit 0734cb7680bed852a4fed4ca8eced9ad9b69c53f parent 9e0b05601600d66d1c9b820adc27a0bdc647020f Author: Jan Klemkow <j.klemkow@wemelug.de> Date: Tue, 11 Feb 2020 20:35:42 +0100 iniialize global bottom explizit with NULL Diffstat:
M | scroll.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scroll.c b/scroll.c @@ -49,7 +49,7 @@ struct line { size_t size; size_t len; char *buf; -} *bottom; +} *bottom = NULL; pid_t child; int mfd;